2026-08-17 11:52:48 +08:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "ES2022",
|
|
|
|
|
"module": "NodeNext",
|
|
|
|
|
"moduleResolution": "NodeNext",
|
|
|
|
|
"strict": true,
|
|
|
|
|
"noUncheckedIndexedAccess": true,
|
|
|
|
|
"exactOptionalPropertyTypes": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"types": ["node"]
|
|
|
|
|
},
|
|
|
|
|
"include": ["src/**/*.ts"]
|
|
|
|
|
}
|