summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
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",