Initial commit

This commit is contained in:
2020-09-02 19:17:11 +02:00
commit aedadea912
363 changed files with 55473 additions and 0 deletions

7
tsconfig.test.json Normal file
View File

@@ -0,0 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"module": "commonjs",
"allowSyntheticDefaultImports": false
}
}