fix build issues

This commit is contained in:
Will Freeman
2025-12-04 19:41:24 -07:00
parent 7b9b0a7244
commit 667b801f0f
6 changed files with 331 additions and 1473 deletions
+5 -3
View File
@@ -11,9 +11,11 @@
"composite": true,
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"target": "es2020",
"lib": ["es2020", "dom"],
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]
"moduleResolution": "bundler",
"types": ["node"],
"skipLibCheck": true
}
}