theme/apps/demo/tsconfig.json
2025-05-10 03:49:47 +08:00

22 lines
363 B
JSON

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