mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-28 02:40:11 +00:00
10 lines
183 B
JSON
10 lines
183 B
JSON
{
|
|
"include": ["data", "interfaces.d.ts"],
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|