Initial commit

This commit is contained in:
Thomas
2021-04-13 21:53:58 +02:00
commit c616312233
371 changed files with 31010 additions and 0 deletions

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

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