doc: add tutorial example

This commit is contained in:
Valerio Ageno
2024-06-06 19:41:21 +02:00
parent 2262264cae
commit b10d01cae0
20 changed files with 458 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}