From 3c765b322e25eebfbb59529947eb96fe8b88c0ee Mon Sep 17 00:00:00 2001 From: Alex Mikhalev Date: Thu, 7 Sep 2017 11:20:04 -0600 Subject: [PATCH] Formatted tsconfig --- app/tsconfig.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/app/tsconfig.json b/app/tsconfig.json index c9af835..ebb7f6e 100644 --- a/app/tsconfig.json +++ b/app/tsconfig.json @@ -4,17 +4,26 @@ "jsx": "react", "experimentalDecorators": true, "target": "es5", - "lib": ["es6", "dom"], + "lib": [ + "es6", + "dom" + ], // "typeRoots": ["node_modules/@types"], + "types": [ + "webpack-env" + ], "strict": true, "baseUrl": ".", "paths": { - "@common/*": [ "../common/*" ], - "@app/*": [ "./*" ] + "@common/*": [ + "../common/*" + ], + "@app/*": [ + "./*" + ] } }, "files": [ - "../node_modules/@types/webpack-env/index.d.ts", "./app/script/index.tsx" ] -} +} \ No newline at end of file