feat: scaffold vite react app and configure web package

This commit is contained in:
lila 2026-03-21 11:59:52 +01:00
parent a0f008be74
commit 1765923cb6
26 changed files with 1994 additions and 27 deletions

View file

@ -1,5 +1,8 @@
{
"extends": "../../tsconfig.base.json",
"references": [{ "path": "../../packages/shared" }],
"compilerOptions": { "module": "ESNext", "moduleResolution": "bundler" },
"files": [],
"references": [
{ "path": "../../packages/shared" },
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" },
],
}