diff options
Diffstat (limited to 'viewer/tsconfig.json')
-rw-r--r-- | viewer/tsconfig.json | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
14 | "types": [ | 14 | "types": [ |
15 | "webpack-env", | 15 | "webpack-env", |
16 | "webpack", | 16 | "webpack", |
17 | "webpack-env" | ||
18 | ], | 17 | ], |
19 | "paths": { | 18 | "paths": { |
20 | "@/*": [ | 19 | "@/*": [ |
21 | "src/*" | 20 | "src/*" |
21 | ], | ||
22 | "components/*": [ | ||
23 | "src/components/*" | ||
22 | ] | 24 | ] |
23 | }, | 25 | }, |
24 | "lib": [ | 26 | "lib": [ |
@@ -32,8 +34,6 @@ | |||
32 | "src/**/*.ts", | 34 | "src/**/*.ts", |
33 | "src/**/*.tsx", | 35 | "src/**/*.tsx", |
34 | "src/**/*.vue", | 36 | "src/**/*.vue", |
35 | "tests/**/*.ts", | ||
36 | "tests/**/*.tsx" | ||
37 | ], | 37 | ], |
38 | "exclude": [ | 38 | "exclude": [ |
39 | "node_modules" | 39 | "node_modules" |