Files
ai/tsconfig.json
2025-11-24 04:26:57 +08:00

18 lines
308 B
JSON

{
"extends": "@kevisual/types/json/backend.json",
"compilerOptions": {
"module": "NodeNext",
"target": "esnext",
"baseUrl": "./",
"allowImportingTsExtensions": true,
"paths": {
"@/*": [
"src/*"
]
}
},
"include": [
"src/**/*.ts",
],
"exclude": [],
}