fix frontend tsconfig includes

This commit is contained in:
Hazelnoot 2024-11-02 11:40:40 -04:00 committed by kakkokari-gtyih
parent eed45c7915
commit c81c10e5a7
1 changed files with 4 additions and 2 deletions

View File

@ -45,8 +45,10 @@
},
"compileOnSave": false,
"include": [
"./**/*.ts",
"./**/*.vue"
"./src/**/*.ts",
"./src/**/*.vue",
"./test/**/*.ts",
"./test/**/*.vue"
],
"exclude": [
".storybook/**/*"