mirror of https://github.com/wg-easy/wg-easy
7 changed files with 1044 additions and 646 deletions
File diff suppressed because it is too large
@ -1,4 +1,18 @@ |
|||||
{ |
{ |
||||
// https://nuxt.com/docs/guide/concepts/typescript |
// 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