diff options
author | pacien | 2020-05-02 04:11:24 +0200 |
---|---|---|
committer | pacien | 2020-05-02 04:11:24 +0200 |
commit | 8e3ac8fe44bebb38e1882ca7f06b8100078ad88d (patch) | |
tree | a748fa1e639cb3b5e1f24a8150e89dbb28c980cb /viewer/tsconfig.json | |
parent | 7042ffc06326fa8ffe70f5a59747709250166c16 (diff) | |
parent | 0e0b5b0ae44da7c1d67983dedd8f8d8d3516236f (diff) | |
download | ldgallery-8e3ac8fe44bebb38e1882ca7f06b8100078ad88d.tar.gz |
Merge branch 'develop': release v1.0v1.0
Diffstat (limited to 'viewer/tsconfig.json')
-rw-r--r-- | viewer/tsconfig.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/viewer/tsconfig.json b/viewer/tsconfig.json index 061c46c..02d9d7f 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,10 +34,8 @@ | |||
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" |
40 | ] | 40 | ] |
41 | } \ No newline at end of file | 41 | } |