Skip to content

Commit 1c7aeda

Browse files
authored
build: use nodenext in global tsconfig file (#4497)
Refs #4385
1 parent 88ed3dd commit 1c7aeda

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
@@ -2,9 +2,9 @@
22
"compilerOptions": {
33
// Target latest version of ECMAScript.
44
"target": "esnext",
5-
"module": "esnext",
6-
// Search under node_modules for non-relative imports.
7-
"moduleResolution": "node",
5+
"module": "nodenext",
6+
"moduleResolution": "nodenext",
7+
"allowImportingTsExtensions": true,
88
// Process & infer types from .js files.
99
"allowJs": false,
1010
// Don't emit; allow Babel to transform files.

0 commit comments

Comments
 (0)