summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2022-02-12 11:33:52 +0100
committerGravatar Tom van der Lee <tom@vanderlee.io>2022-02-12 11:33:52 +0100
commit871a85d9343cf49646d13dc455c062efadcb959a (patch)
tree7d36b14b237719901d71d58c88f74b87b875ee61 /tsconfig.json
parent7c48533571e9f9d3731a59433a56cc8d6e008123 (diff)
downloadclient-871a85d9343cf49646d13dc455c062efadcb959a.tar.gz
client-871a85d9343cf49646d13dc455c062efadcb959a.tar.bz2
client-871a85d9343cf49646d13dc455c062efadcb959a.zip
Beatified codev1.3.0
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json26
1 files changed, 11 insertions, 15 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 986e0c9..a8bbe91 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,17 +1,13 @@
1{ 1{
2 "compilerOptions": { 2 "compilerOptions": {
3 "baseUrl": "./src", 3 "baseUrl": "./src",
4 "jsx": "react", 4 "jsx": "react",
5 "moduleResolution": "Node", 5 "moduleResolution": "Node",
6 "paths": { 6 "paths": {
7 "~*": [ 7 "~*": ["./*"]
8 "./*"
9 ]
10 },
11 "strict": true,
12 "target": "ES2015"
13 }, 8 },
14 "include": [ 9 "strict": true,
15 "src/**/*" 10 "target": "ES2015"
16 ] 11 },
17} \ No newline at end of file 12 "include": ["src/**/*"]
13}