Files
assistant/apps/vela-ui/jsconfig.json
Johannes Kresner bba0095bc0 feat: bootstrap vela UI and gateway workspace
Establish the monorepo, tooling, and starter apps so UI and gateway development can begin from a documented, runnable baseline.
2026-04-08 17:49:46 +02:00

12 lines
210 B
JSON

{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "bundler",
"target": "esnext",
"strict": true,
"sourceMap": true,
"types": ["svelte"]
},
"extends": "./.svelte-kit/tsconfig.json"
}