social-router/packages/xhs/tsconfig.json
2025-05-03 04:48:12 +08:00

23 lines
374 B
JSON

{
"extends": "@kevisual/types/json/backend.json",
"compilerOptions": {
"baseUrl": "./",
"lib": [
"ESNext"
],
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"types": [
"node_modules/@types"
],
"paths": {
"@/*": [
"src/*"
]
}
},
"include": [
"src/**/*.ts",
],
"exclude": [],
}