wip: typechecking

This commit is contained in:
Dax Raad
2025-09-02 03:18:13 -04:00
parent 3d338e20d6
commit a82e23f3ac
6 changed files with 8 additions and 3 deletions
+1
View File
@@ -3,6 +3,7 @@
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,