2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-17 19:21:20 +03:00

feat: svelte 4 example (#244)

* fix: svelte example

* fix: reactivity
This commit is contained in:
Nikolay Kost
2024-07-16 04:03:41 +03:00
committed by GitHub
parent 7373ddfe7c
commit 0beab56d7f
17 changed files with 692 additions and 25 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"noEmit": true
},
"include": ["vite.config.ts"]
}