summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/frontend-embed/tsconfig.json3
-rw-r--r--packages/frontend/tsconfig.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/frontend-embed/tsconfig.json b/packages/frontend-embed/tsconfig.json
index 24dcbf66c9..1af34f378c 100644
--- a/packages/frontend-embed/tsconfig.json
+++ b/packages/frontend-embed/tsconfig.json
@@ -46,7 +46,8 @@
"compileOnSave": false,
"include": [
"./src/**/*.ts",
- "./src/**/*.vue"
+ "./src/**/*.vue",
+ "./@types/**/*.ts"
],
"exclude": [
"node_modules",
diff --git a/packages/frontend/tsconfig.json b/packages/frontend/tsconfig.json
index c8847a8576..bbf9d653cf 100644
--- a/packages/frontend/tsconfig.json
+++ b/packages/frontend/tsconfig.json
@@ -49,7 +49,8 @@
"./src/**/*.ts",
"./src/**/*.vue",
"./test/**/*.ts",
- "./test/**/*.vue"
+ "./test/**/*.vue",
+ "./@types/**/*.ts"
],
"exclude": [
"node_modules",