Skip to content

Commit 942d055

Browse files
committed
Fix tsconfig's module setting
1 parent 60db906 commit 942d055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
// Output
1717
"outDir": "dist",
1818
"target": "ESNext",
19-
"module": "ESNext",
19+
"module": "Node16",
2020
"declaration": true,
2121
"declarationMap": true,
2222
"sourceMap": true,
2323

24-
// Type checkings
24+
// Type checking
2525
"strict": true,
2626
"noImplicitReturns": true,
2727
"noUnusedLocals": false,

0 commit comments

Comments
 (0)