feat: add solid app

This commit is contained in:
Mauricio Siu
2024-06-30 19:31:36 -06:00
parent ec00efe05c
commit 4c428adec3
13 changed files with 1558 additions and 0 deletions

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,
},
}