vite-react-template/tsconfig.json
abearxiong bfe883ffb7
All checks were successful
Sync to CNB / sync (push) Successful in 4s
add tsconfig.json extends
2025-04-29 22:47:24 +08:00

14 lines
194 B
JSON

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