We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbde6c commit df192cbCopy full SHA for df192cb
1 file changed
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
/* Visit https://aka.ms/tsconfig.json to read more about this file */
4
"target": "es2017",
5
- "module": "esnext",
+ "module": "commonjs",
6
"moduleResolution": "node",
7
8
/* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
0 commit comments