fix frontend tsconfig includes
This commit is contained in:
parent
eed45c7915
commit
c81c10e5a7
|
@ -45,8 +45,10 @@
|
||||||
},
|
},
|
||||||
"compileOnSave": false,
|
"compileOnSave": false,
|
||||||
"include": [
|
"include": [
|
||||||
"./**/*.ts",
|
"./src/**/*.ts",
|
||||||
"./**/*.vue"
|
"./src/**/*.vue",
|
||||||
|
"./test/**/*.ts",
|
||||||
|
"./test/**/*.vue"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
".storybook/**/*"
|
".storybook/**/*"
|
||||||
|
|
Loading…
Reference in New Issue