Skip to content

Commit 91cbc17

Browse files
committed
use default moduleResolution
1 parent aca4d76 commit 91cbc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wsnet2-dashboard/backend/tsconfig.json

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

0 commit comments

Comments
 (0)