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 38
38
"noFallthroughCasesInSwitch" : true , /* Report errors for fallthrough cases in switch statement. */
39
39
40
40
/* 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). */
42
42
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
43
43
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
44
44
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
You can’t perform that action at this time.
0 commit comments