nuxi init

This commit is contained in:
Frank Agerholm 2026-01-25 10:51:16 +01:00
commit 0b964b4779
No known key found for this signature in database
9 changed files with 9925 additions and 0 deletions

18
frontend/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"
}
]
}