2025-02-19 13:42:56 +08:00

14 lines
286 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"moduleResolution": "Node",
"module": "ESNext",
"outDir": "dist",
"declaration": true,
"strict": true,
"skipLibCheck": true,
"useUnknownInCatchVariables": false,
"allowSyntheticDefaultImports": true
}
}