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,
|
|
|
|
|
"incremental": true
|
2025-09-19 16:34:10 +09:00
|
|
|
}
|
|
|
|
|
}
|