mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-28 10:49:55 +00:00
10 lines
187 B
JSON
10 lines
187 B
JSON
{
|
|
"include": ["cards", "expansions", "sets"],
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|