summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2022-02-12 15:42:41 +0100
committerGravatar Tom van der Lee <tom@vanderlee.io>2022-02-12 15:42:41 +0100
commitde35f4506ab9847baa28a95566cb90e77dccb19f (patch)
treeb656c9e233da6679dfd2f24110388e1c4860affe /tsconfig.json
parentd483a24804ba609fcfd67027c3d1a66e4173be5e (diff)
downloadclient-de35f4506ab9847baa28a95566cb90e77dccb19f.tar.gz
client-de35f4506ab9847baa28a95566cb90e77dccb19f.tar.bz2
client-de35f4506ab9847baa28a95566cb90e77dccb19f.zip
Fixed all importsv1.3.2
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 9956ef7..1aa6fc6 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -4,7 +4,7 @@
4 "jsx": "react", 4 "jsx": "react",
5 "moduleResolution": "Node", 5 "moduleResolution": "Node",
6 "paths": { 6 "paths": {
7 "~*": ["./*"] 7 "~/*": ["./*"]
8 }, 8 },
9 "strict": true, 9 "strict": true,
10 "target": "ES2015", 10 "target": "ES2015",