Fix module resolution stuff

This commit is contained in:
Jon Staab
2025-04-02 13:17:06 -07:00
parent 13818e5c80
commit 932a08b7b1
13 changed files with 39 additions and 35 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "nodenext",
"moduleResolution": "nodenext",
"module": "esnext",
"moduleResolution": "bundler",
"target": "esnext",
"sourceMap": true,
"strict": true,