Set tsconfig module resolution to NodeNext.
This commit is contained in:
parent
abcceca81e
commit
2464f792f3
|
@ -6,6 +6,8 @@
|
|||
"removeComments": false,
|
||||
"sourceMap": true,
|
||||
"target": "ESNext",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": [
|
||||
|
|
Loading…
Reference in New Issue
Block a user