mirror of
https://github.com/smogon/sprites.git
synced 2026-08-14 13:14:49 -05:00
20 lines
562 B
JSON
20 lines
562 B
JSON
{
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"target": "esnext",
|
|
"lib": ["es2025"],
|
|
"module": "nodenext",
|
|
"strict": true,
|
|
"isolatedModules": true,
|
|
"composite": true,
|
|
// Support cross-project goto/rename
|
|
"declarationMap": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"outDir": "${configDir}/.cache",
|
|
"emitDeclarationOnly": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"verbatimModuleSyntax": true,
|
|
"allowImportingTsExtensions": true,
|
|
}
|
|
}
|