aboutsummaryrefslogtreecommitdiff
path: root/viewer/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/tsconfig.json')
-rw-r--r--viewer/tsconfig.json8
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}