From 8a459650c787c2c5d220cad17069388cdc6ea4a8 Mon Sep 17 00:00:00 2001 From: Dmitriy Kovalenko Date: Thu, 8 Nov 2018 15:26:29 +0200 Subject: [PATCH] Make typescript process files to commonjs modules --- lib/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tsconfig.json b/lib/tsconfig.json index fb8cc72cbc5a64..e3efd45440fe82 100644 --- a/lib/tsconfig.json +++ b/lib/tsconfig.json @@ -2,7 +2,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "module": "es6", + "module": "commonjs", "outDir": "build", "declaration": true, "jsx": "react"