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