Initial commit

This commit is contained in:
thomas
2022-11-03 15:14:07 +01:00
commit 8002a3f9ed
49 changed files with 33088 additions and 0 deletions

12
tools/tsconfig.tools.json Normal file
View File

@@ -0,0 +1,12 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../dist/out-tsc/tools",
"rootDir": ".",
"module": "commonjs",
"target": "es5",
"types": ["node"],
"importHelpers": false
},
"include": ["**/*.ts"]
}