17 lines
249 B
JSON
17 lines
249 B
JSON
{
|
|
"extends": "@kevisual/types/json/backend.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"paths": {
|
|
"@/*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |