1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-28 02:40:11 +00:00
cards-database/tsconfig.json
Florian Bouillon 724e412884 Cleaned Developpement files
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
2021-04-28 11:38:03 +02:00

10 lines
183 B
JSON

{
"include": ["data", "interfaces.d.ts"],
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
}
}