aboutsummaryrefslogtreecommitdiff
path: root/viewer/tsconfig.json
diff options
context:
space:
mode:
authorZero~Informatique2020-02-07 07:55:09 +0100
committerZero~Informatique2020-02-07 07:57:19 +0100
commit41741f1882c019edac15b1a05f51b72e5af069f7 (patch)
tree6fa3d34500aa85e877b7d820792ce627fb494429 /viewer/tsconfig.json
parentbb186990000dd133ecfe6741472b03af92eea233 (diff)
downloadldgallery-41741f1882c019edac15b1a05f51b72e5af069f7.tar.gz
viewer: project optimization for faster init, and a better Visual Studio Code environnement
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"