2025-09-19 16:34:10 +09:00
|
|
|
{
|
2025-10-08 18:48:14 +09:00
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
2025-09-19 16:34:10 +09:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"strict": true,
|
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
|
"noImplicitOverride": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
|
"resolveJsonModule": true,
|
2025-10-08 18:48:14 +09:00
|
|
|
"isolatedModules": true,
|
|
|
|
|
"skipLibCheck": true,
|
2026-01-15 11:28:25 +09:00
|
|
|
"incremental": true,
|
|
|
|
|
"exactOptionalPropertyTypes": true,
|
|
|
|
|
"noUncheckedIndexedAccess": true,
|
|
|
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
|
|
|
"allowUnreachableCode": false,
|
|
|
|
|
"allowUnusedLabels": false,
|
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
|
"noUnusedParameters": true
|
2025-09-19 16:34:10 +09:00
|
|
|
}
|
|
|
|
|
}
|