tsconfig.json

This commit is contained in:
2026-09-13 16:39:09 +03:30
parent 2ed30d401f
commit 7302951a25
2 changed files with 26 additions and 0 deletions

4
tsconfig.build.json Normal file
View File

@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}