Skip to content

Commit 424feb1

Browse files
authored
style(typescript): use modern module and resolution (#2)
See https://www.typescriptlang.org/tsconfig\#module
1 parent d7501dd commit 424feb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"allowSyntheticDefaultImports": true,
77
"strict": true,
88
"forceConsistentCasingInFileNames": true,
9-
"module": "ESNext",
10-
"moduleResolution": "node",
9+
"module": "nodenext",
10+
"moduleResolution": "nodenext",
1111
"resolveJsonModule": true,
1212
"noEmit": true,
1313
"noFallthroughCasesInSwitch": true,

0 commit comments

Comments
 (0)