From 27e503153ae438d66fe7c3d24dd2afc62c4e0028 Mon Sep 17 00:00:00 2001 From: Swain Molster Date: Fri, 19 May 2023 19:39:13 -0400 Subject: [PATCH] feat!: ship ESM --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index db8b98f..2a61645 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "include": ["./**/*.ts", "./**/*.tsx"], "compilerOptions": { "lib": ["es2020", "DOM"], - "module": "commonjs", + "module": "ES2022", "outDir": "./dist", "jsx": "react", "esModuleInterop": false,