1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-16 06:39:50 +00:00

Updated DB and made it work with SDK

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-03-11 09:41:29 +01:00
parent 27ba2ef104
commit a284fcac64
12344 changed files with 85456 additions and 122483 deletions

9
tsconfig.json Normal file
View File

@ -0,0 +1,9 @@
{
"include": ["cards", "expansions", "sets"],
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
}
}