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