add solid example

This commit is contained in:
Rene Haas
2022-11-11 18:18:03 +01:00
parent 40f6bfae80
commit a8e2bca86d
16 changed files with 3571 additions and 3 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"],
"noEmit": true,
"isolatedModules": true
}
}