diff --git a/tsconfig.json b/tsconfig.json index 7f5e53e..08236ea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "target": "es2016", "alwaysStrict": true, "skipLibCheck": true, - "module": "CommonJS", + "module": "commonjs", }, "include": [ "./src/*"