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"