bug: fix VS Code warning about missing modules on import
This commit is contained in:
parent
f4ea46badd
commit
07301f6244
@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
"name": "knowyt",
|
||||||
|
"version": "1.21",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "nuxt build",
|
"build": "nuxt build",
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"include": ["src/**/*"],
|
||||||
// https://v3.nuxtjs.org/concepts/typescript
|
// https://v3.nuxtjs.org/concepts/typescript
|
||||||
"extends": "./.nuxt/tsconfig.json"
|
"extends": "./.nuxt/tsconfig.json"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user