cleanup typescript build output structure

This commit is contained in:
2026-07-22 00:23:20 +02:00
parent 57d63f5bf4
commit 25b2ad1b3f
33 changed files with 53 additions and 1771 deletions
+11 -2
View File
@@ -8,6 +8,15 @@
"skipLibCheck": true,
"types": [
"node"
]
}
],
"outDir": "./dist",
"rootDir": "./src"
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules",
"dist"
]
}