File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3131 /* see: https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping */
3232 "module" : " node16" , /* Specify what module code is generated. */
3333 "rootDir" : " src" , /* Specify the root folder within your source files. */
34- "moduleResolution" : " Node" , /* Specify how TypeScript looks up a file from a given module specifier. */
34+ // "moduleResolution": "Node", /* Specify how TypeScript looks up a file from a given module specifier. */
3535 // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
3636 // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
3737 // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
You can’t perform that action at this time.
0 commit comments