chore: add examples folder to workspaces and make examples packages name unique (#125)

This commit is contained in:
Marco Pasqualetti
2024-11-20 13:46:31 +01:00
committed by GitHub
parent 56c31f0204
commit 89d7a2c740
52 changed files with 94 additions and 36 deletions
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}