Takuma Masuda

Results 1 comments of Takuma Masuda

I was able to get around by the following codes (w/o `type: "module"` in package.json): ``` // tsconfig.json { "compilerOptions": { "target": "ES2020", "module": "nodenext" } } ``` ``` //...