WIP: Failed attempt to do a solid-js app.

For now...
This commit is contained in:
Nicolás Hatcher
2024-05-22 20:55:54 +02:00
parent 49c3b14bf0
commit 379c84f64a
60 changed files with 7846 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}