2026-04-11 21:33:04 +08:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
2026-04-21 12:35:48 +08:00
|
|
|
"target": "ES2024",
|
2026-04-11 21:33:04 +08:00
|
|
|
"module": "commonjs",
|
|
|
|
|
"strict": true,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
2026-04-21 12:35:48 +08:00
|
|
|
"noEmit": true
|
2026-04-11 21:33:04 +08:00
|
|
|
},
|
|
|
|
|
"include": ["src/**/*.ts"]
|
|
|
|
|
}
|