some fixes

This commit is contained in:
Boki 2025-06-18 22:13:28 -04:00
parent 3d8456c63c
commit 3ebe1178f4
12 changed files with 111 additions and 36 deletions

View file

@ -1,11 +0,0 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
"composite": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
}