another attempt

This commit is contained in:
Bojan Kucera 2025-06-06 22:37:18 -04:00
parent 117ff56d1e
commit a984733b9b
3 changed files with 25 additions and 4 deletions

View file

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