From b700bbfcdbe0c190d083938d1bfa3842f15d4ef0 Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Wed, 3 Mar 2021 17:30:14 +0100 Subject: [PATCH] feat: Generate ES2015 modules --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",