Files
openclaw/apps/config-builder/tsconfig.json

12 lines
234 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"types": ["vite/client"],
"paths": {
"@openclaw/config/*": ["../../src/config/*"]
}
},
"include": ["src/**/*", "vite.config.ts"]
}