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": {
|
2025-12-10 13:59:41 +09:00
|
|
|
"target": "ES2024",
|
2025-12-10 15:22:10 +09:00
|
|
|
"lib": ["ESNext"],
|
2025-09-19 16:34:10 +09:00
|
|
|
"strict": true,
|
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
|
"noImplicitOverride": true,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
|
"resolveJsonModule": true,
|
2025-10-08 18:48:14 +09:00
|
|
|
"isolatedModules": true,
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"declarationMap": true,
|
2025-09-19 16:34:10 +09:00
|
|
|
"sourceMap": true,
|
2025-10-08 18:48:14 +09:00
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"incremental": true
|
2025-09-19 16:34:10 +09:00
|
|
|
}
|
|
|
|
|
}
|