From b3ddb80e99692b062c82666925b4fdd6118b9edd Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Mon, 27 Jan 2020 19:40:52 +0530 Subject: [PATCH] chore: use babel with ts loader --- tsconfig.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 744a2f6..cce4e5b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -37,5 +37,10 @@ ], "exclude": [ "node_modules" - ] + ], + "awesomeTypescriptLoaderOptions": { + "useBabel": true, + "babelCore": "@babel/core", // needed for Babel v7, + "useCache": true, // Use internal file cache to improve warm-up time. + } } \ No newline at end of file