|
|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
|
"compilerOptions": {
|
|
|
"target": "esnext" /* Specify ECMAScript target version */,
|
|
|
- "module": "esnext" /* Specify module code generation */,
|
|
|
+ "module": "commonjs" /* Specify module code generation */,
|
|
|
"allowJs": true /* Allow JavaScript files to be compiled. */,
|
|
|
// "checkJs": true /* Report errors in .js files. */,
|
|
|
"jsx": "preserve" /* Specify JSX code generation */,
|