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