We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f94e4 commit 0a56dffCopy full SHA for 0a56dff
tsconfig-base.json
@@ -38,7 +38,7 @@
38
39
/* Module Resolution Options */
40
"resolveJsonModule": true,
41
- "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
+ "moduleResolution": "bundler", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
42
"moduleSuffixes": ["", ".native"],
43
// "rootDirs": ["./src"], /* List of root folders whose combined content represents the structure of the project at runtime. */
44
//"typeRoots": [], /* List of folders to include type definitions from. */
0 commit comments