Files
kevisual-login/tsconfig.json
2025-11-28 20:05:31 +08:00

16 lines
249 B
JSON

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