aboutsummaryrefslogtreecommitdiff
path: root/viewer/tsconfig.json
diff options
context:
space:
mode:
authorOzoneGrif2020-02-08 09:27:17 +0100
committerGitHub2020-02-08 09:27:17 +0100
commit32abf4e1f82dcb9738bbfc41a84bb38672e14603 (patch)
tree6c84ca58754eb34a1d9962a63446535a1386c975 /viewer/tsconfig.json
parent2480140446e01c8cd0e317016c6debde5f14e8ab (diff)
parent8b8ff179021a204930253a310cc2e9213e342fd1 (diff)
downloadldgallery-32abf4e1f82dcb9738bbfc41a84bb38672e14603.tar.gz
Merge pull request #98 from pacien/oz-project-optimization
Oz project optimization
Diffstat (limited to 'viewer/tsconfig.json')
-rw-r--r--viewer/tsconfig.json6
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"