1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-21 03:29:17 +00:00
Files
cards-database/tsconfig.json
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
}
}