Files
astro-simple-template/tsconfig.json
2025-11-25 23:19:56 +08:00

18 lines
268 B
JSON

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