1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-16 06:39:50 +00:00
Files
cards-database/tsconfig-cards.json
2020-02-19 16:19:09 +01:00

10 lines
176 B
JSON

{
"include": ["cards/**/**/*.ts"],
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
}
}