mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 02:42:09 +00:00
24 lines
507 B
JSON
24 lines
507 B
JSON
{
|
|
"include": ["data", "server/compiler", "interfaces.d.ts"],
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleDetection": "force",
|
|
"skipLibCheck": true,
|
|
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
|
|
|
|
// Bundler mode
|
|
"moduleResolution": "bundler",
|
|
"allowImportingTsExtensions": true,
|
|
|
|
// disabled because it would produce too much errors
|
|
"verbatimModuleSyntax": false,
|
|
"noEmit": true,
|
|
}
|
|
}
|