Skip to content

Commit 77af8d3

Browse files
committed
TSConfig changes
1 parent 9c8de21 commit 77af8d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"compilerOptions": {
3+
"module": "NodeNext",
4+
"moduleResolution": "nodenext",
5+
"esModuleInterop": true,
36
"resolveJsonModule": true,
47
"sourceMap": true
58
},

0 commit comments

Comments
 (0)