mirror of
https://github.com/tcgdex/compiler.git
synced 2025-06-28 09:59:19 +00:00
Initial Compiler
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
9
tsconfig-cards.json
Normal file
9
tsconfig-cards.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"include": ["db/cards/**/**/*.ts"],
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user