Initial Compiler

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-03-10 13:02:02 +01:00
commit 552e4b49fa
35 changed files with 817 additions and 0 deletions

9
tsconfig-cards.json Normal file
View File

@ -0,0 +1,9 @@
{
"include": ["db/cards/**/**/*.ts"],
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
}
}