Skip to content

Commit 583bdc3

Browse files
committed
only set module
1 parent 36792c3 commit 583bdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/* Modules */
2727
"module": "nodenext", /* Specify what module code is generated. */
2828
// "rootDir": "./", /* Specify the root folder within your source files. */
29-
"moduleResolution": "nodenext", /* Specify how TypeScript looks up a file from a given module specifier. */
29+
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
3030
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
3131
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
3232
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */

0 commit comments

Comments
 (0)