This commit is contained in:
2024-04-06 12:54:12 +02:00
commit 07f6abb1f5
18 changed files with 4458 additions and 0 deletions

12
tsconfig.build.json Normal file
View File

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