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