generated from tailored/router-template
23 lines
374 B
JSON
23 lines
374 B
JSON
{
|
|
"extends": "@kevisual/types/json/backend.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"lib": [
|
|
"ESNext"
|
|
],
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"types": [
|
|
"node_modules/@types"
|
|
],
|
|
"paths": {
|
|
"@/*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
],
|
|
"exclude": [],
|
|
} |