blive-ws/tsconfig.json
2025-05-01 18:12:26 +08:00

15 lines
218 B
JSON

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