other small edits like gitignore and tsconfig

This commit is contained in:
ada
2026-04-20 18:09:16 -06:00
parent 193230edac
commit 0099dc1e4a
4 changed files with 32 additions and 7 deletions
+4 -2
View File
@@ -8,7 +8,9 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"types": ["node", "vitest/globals"],
"lib": ["ES2022", "DOM"]
},
"include": ["src/**/*"]
"include": ["src/**/*.ts"]
}