generated from tailored/router-template
15 lines
218 B
JSON
15 lines
218 B
JSON
{
|
|
"extends": "@kevisual/types/json/backend.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"xhs/**/*.ts",
|
|
],
|
|
"exclude": [],
|
|
} |