From 3b6b33a1ca0693f4bbebbd36d7a32bf789f01466 Mon Sep 17 00:00:00 2001 From: Pedro Lamas Date: Thu, 10 Nov 2022 22:03:32 +0000 Subject: [PATCH] chore: set vue-tsc.tsconfigPath Signed-off-by: Pedro Lamas --- tsconfig.app.json | 16 +++++++++++++--- tsconfig.config.json | 11 +++++++++-- tsconfig.vitest.json | 16 +++++++++++++--- vite.config.ts | 4 +++- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index 28d648bf80..0767c8f546 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -1,12 +1,22 @@ { "extends": "@vue/tsconfig/tsconfig.web.json", - "include": ["env.d.ts", "components.d.ts", "src/**/*", "src/**/*.vue"], - "exclude": ["src/**/__tests__/*"], + "include": [ + "env.d.ts", + "components.d.ts", + "src/**/*", + "src/**/*.vue", + "src/monaco/theme/editor.*.theme.json" + ], + "exclude": [ + "src/**/__tests__/*" + ], "compilerOptions": { "composite": true, "baseUrl": ".", "paths": { - "@/*": ["./src/*"] + "@/*": [ + "./src/*" + ] }, // if `