Establish the monorepo, tooling, and starter apps so UI and gateway development can begin from a documented, runnable baseline.
12 lines
210 B
JSON
12 lines
210 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"target": "esnext",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"types": ["svelte"]
|
|
},
|
|
"extends": "./.svelte-kit/tsconfig.json"
|
|
}
|