From 2c1c60e393186841c45e9f8aaeb18cac81d56620 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Wed, 20 Oct 2021 00:29:02 +0200 Subject: [PATCH] Updated examples typescript config --- examples/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },