Files
2026-07-13 13:05:14 +08:00

15 lines
297 B
JSON

{
"compilerOptions": {
"strict": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"checkJs": false,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
}
}