mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-11 22:19:15 +02:00
10 lines
304 B
JSON
10 lines
304 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" }
|
|
]
|
|
}
|