Answers for "cannot use import statement outside a module "typescript""

6

cannot use import statement outside a module typescript

// Fix 1
Change .js files to .cjs
// Fix 2
Add "type": "module" to package.json
Posted by: Guest on December-03-2020
-2

typescript mocha Cannot use import statement outside a module

"test": "env TS_NODE_PROJECT=\"tsconfig.testing.json\" mocha --require ts-node/register 'src/test/**/*.ts'",
Posted by: Guest on July-12-2020

Code answers related to "cannot use import statement outside a module "typescript""

Code answers related to "Javascript"

Browse Popular Code Answers by Language