feat: skeleton

This commit is contained in:
2025-01-29 17:35:25 -05:00
parent e62e465fec
commit f1ed47c164
21 changed files with 162 additions and 8309 deletions

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
@@ -13,7 +13,7 @@
"types": ["vinxi/client", "vite/client", "solid-jsx/types"],
"isolatedModules": true,
"paths": {
"~/*": ["./src/*"]
}
"~/*": ["./src/*"]
}
}
}