fix frontend-embed tsconfig includes

This commit is contained in:
Hazelnoot 2024-11-02 11:40:51 -04:00 committed by kakkokari-gtyih
parent c81c10e5a7
commit 65bc075691
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
"./node_modules"
],
"types": [
"vite/client",
"vite/client"
],
"lib": [
"esnext",
@ -44,8 +44,8 @@
},
"compileOnSave": false,
"include": [
"./**/*.ts",
"./**/*.vue"
"./src/**/*.ts",
"./src/**/*.vue"
],
"exclude": [
".storybook/**/*"