diff --git a/tsconfig.json b/tsconfig.json index 6d79498..7c834b4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ // Disabled because of https://github.com/Microsoft/TypeScript/issues/29172 // "outDir": "dist", "target": "ES2015", - "module": "CommonJS", + "module": "ES2015", "moduleResolution": "node", "resolveJsonModule": true, "jsx": "react",