Files
archived-drop-api-autogen/tsconfig.json
DecDuck f26e7f1a45 Initial commit
Created the barebones of the tooling.

Design comes next.
2025-08-09 20:19:16 +10:00

19 lines
320 B
JSON

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