Skip to content
Snippets Groups Projects
Commit 312932fd authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Set moduleResolution to nodenext.

parent cc19957c
No related branches found
No related tags found
No related merge requests found
Pipeline #3992 passed
......@@ -39,7 +39,7 @@
"noFallthroughCasesInSwitch": true /* Report errors for fallthrough cases in switch statement. */,
/* Module Resolution Options */
"moduleResolution": "node" /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */,
"moduleResolution": "nodenext" /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */,
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment