Files
context/tsconfig.json
2026-02-15 19:19:19 +08:00

20 lines
295 B
JSON

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