From cc6fffd04b2d15813103c7a82a98f6ce4d0b1c7b Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Fri, 5 May 2023 11:42:19 +0200 Subject: [PATCH] Change module to CommonJS --- packages/react-tilt/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-tilt/tsconfig.json b/packages/react-tilt/tsconfig.json index 77be0e9..17bd01d 100644 --- a/packages/react-tilt/tsconfig.json +++ b/packages/react-tilt/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "es2016", - "module": "ESNext", + "module": "CommonJS", "declaration": false, "noEmit": true, "esModuleInterop": true,