Skip to content

Commit 0a56dff

Browse files
committed
internal: Switch typescript to module resolution bundler
1 parent 96f94e4 commit 0a56dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
/* Module Resolution Options */
4040
"resolveJsonModule": true,
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
"moduleSuffixes": ["", ".native"],
4343
// "rootDirs": ["./src"], /* List of root folders whose combined content represents the structure of the project at runtime. */
4444
//"typeRoots": [], /* List of folders to include type definitions from. */

0 commit comments

Comments
 (0)