From b97db55a94bde92189b5bb6877f7c189b6ab5d2f Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Sat, 2 Nov 2024 13:00:49 -0400 Subject: [PATCH] fix eslint in frontend / frontend-embed --- packages/frontend-embed/tsconfig.json | 3 ++- packages/frontend/tsconfig.json | 3 ++- 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",