Set tsconfig module resolution to NodeNext.

This commit is contained in:
David Ball 2024-07-18 02:35:40 -04:00
parent abcceca81e
commit 2464f792f3

View File

@ -6,6 +6,8 @@
"removeComments": false, "removeComments": false,
"sourceMap": true, "sourceMap": true,
"target": "ESNext", "target": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "dist" "outDir": "dist"
}, },
"include": [ "include": [