mirror of https://github.com/wg-easy/wg-easy
committed by
GitHub
8 changed files with 705 additions and 767 deletions
File diff suppressed because it is too large
@ -1,3 +0,0 @@ |
|||
{ |
|||
"extends": "../.nuxt/tsconfig.server.json" |
|||
} |
|||
@ -1,4 +1,10 @@ |
|||
{ |
|||
// https://nuxt.com/docs/guide/concepts/typescript |
|||
"extends": "./.nuxt/tsconfig.json" |
|||
"files": [], |
|||
"references": [ |
|||
{ "path": "./.nuxt/tsconfig.app.json" }, |
|||
{ "path": "./.nuxt/tsconfig.server.json" }, |
|||
{ "path": "./.nuxt/tsconfig.shared.json" }, |
|||
{ "path": "./.nuxt/tsconfig.node.json" } |
|||
] |
|||
} |
|||
|
|||
Loading…
Reference in new issue