feat: add preact app

This commit is contained in:
Mauricio Siu
2024-06-30 19:56:30 -06:00
parent 0aadbd63c7
commit 415c719b93
16 changed files with 1423 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"noEmit": true
},
"include": ["vite.config.ts"]
}