Added fresh Nuxt project

This commit is contained in:
2026-01-06 17:38:26 -05:00
parent 26671abbfa
commit cce81245f8
9 changed files with 10253 additions and 1 deletions

18
tsconfig.json Normal file
View File

@@ -0,0 +1,18 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"files": [],
"references": [
{
"path": "./.nuxt/tsconfig.app.json"
},
{
"path": "./.nuxt/tsconfig.server.json"
},
{
"path": "./.nuxt/tsconfig.shared.json"
},
{
"path": "./.nuxt/tsconfig.node.json"
}
]
}