Skip to content

Commit 204b553

Browse files
committed
Set correct moduleResolution
1 parent bbe6dc9 commit 204b553

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
@@ -38,7 +38,7 @@
3838
"noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
3939

4040
/* Module Resolution Options */
41-
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
41+
"moduleResolution": "bundler", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
4242
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
4343
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
4444
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */

0 commit comments

Comments
 (0)