We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4591cf8 commit 68de7f4Copy full SHA for 68de7f4
src/tsconfig.json
@@ -27,11 +27,11 @@
27
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
28
29
/* Modules */
30
- "module": "Node16",
+ "module": "commonjs",
31
/* Specify what module code is generated. */
32
"rootDir": ".",
33
/* Specify the root folder within your source files. */
34
- "moduleResolution": "Node16",
+ "moduleResolution": "node",
35
/* Specify how TypeScript looks up a file from a given module specifier. */
36
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
37
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
0 commit comments