2025-04-02 17:28:02 +08:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ES2022",
|
|
|
|
"module": "esnext",
|
|
|
|
"declaration": true,
|
|
|
|
"declarationMap": true,
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
2025-06-16 10:23:47 +08:00
|
|
|
"noEmitOnError": true,
|
2025-04-02 17:28:02 +08:00
|
|
|
"strict": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"noUnusedLocals": false,
|
|
|
|
"noUnusedParameters": true,
|
|
|
|
"types": []
|
|
|
|
}
|
|
|
|
}
|