This repository has been archived on 2025-05-18. You can view files and clone it, but cannot push or open issues or pull requests.
assistant-base/tsconfig.json
2025-05-17 01:11:48 +08:00

18 lines
289 B
JSON

{
"extends": "@kevisual/types/json/frontend.json",
"compilerOptions": {
"baseUrl": ".",
"typeRoots": [
"./node_modules/@types",
"./node_modules/@kevisual"
],
"paths": {
"@/*": [
"src/*"
]
},
},
"include": [
"src/**/*",
],
}