Skip to content

Commit c127621

Browse files
committed
Update tsconfig.json moduleResolution to "nodenext" and include all TypeScript files
1 parent 2ca3203 commit c127621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"target": "es2020",
88
"allowJs": true,
99
"noImplicitAny": true,
10-
"moduleResolution": "bundler",
10+
"moduleResolution": "nodenext",
1111
"importHelpers": true,
1212
"isolatedModules": true,
1313
"strictNullChecks": true,
14-
"lib": ["DOM", "ES5", "ES6", "ES7"]
14+
"lib": ["DOM", "ES5", "ES6", "ES7"],
1515
},
16-
"include": ["**/*.ts"]
16+
"include": ["**/*.ts"],
1717
}

0 commit comments

Comments
 (0)