From 41741f1882c019edac15b1a05f51b72e5af069f7 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 7 Feb 2020 07:55:09 +0100 Subject: viewer: project optimization for faster init, and a better Visual Studio Code environnement --- viewer/tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'viewer/tsconfig.json') diff --git a/viewer/tsconfig.json b/viewer/tsconfig.json index 061c46c..38e14fa 100644 --- a/viewer/tsconfig.json +++ b/viewer/tsconfig.json @@ -14,11 +14,13 @@ "types": [ "webpack-env", "webpack", - "webpack-env" ], "paths": { "@/*": [ "src/*" + ], + "components/*": [ + "src/components/*" ] }, "lib": [ @@ -32,8 +34,6 @@ "src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", - "tests/**/*.ts", - "tests/**/*.tsx" ], "exclude": [ "node_modules" -- cgit v1.2.3