bug: fix VS Code warning about missing modules on import

This commit is contained in:
Settel 2022-07-24 20:29:05 +02:00
parent f4ea46badd
commit 07301f6244
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,6 @@
{ {
"name": "knowyt",
"version": "1.21",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "nuxt build", "build": "nuxt build",

View File

@ -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"
} }