cherry-studio/tsconfig.json
2025-08-06 14:29:55 +08:00

18 lines
301 B
JSON

{
"tsDecorders": "legacy",
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.web.json"
}
],
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"useDefineForClassFields": true
}
}