2025-03-17 14:01:07 +08:00

13 lines
244 B
JSON

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