diff --git a/examples/tsconfig.json b/examples/tsconfig.json index 7cabe78..8249de9 100644 --- a/examples/tsconfig.json +++ b/examples/tsconfig.json @@ -2,7 +2,7 @@ "extends": "../tsconfig.json", "compilerOptions": { "target": "ESNext", - "module": "ESNext", + "module": "CommonJS", "outDir": "build", "moduleResolution": "node" },