From 2ef4bdb74745bf4b56b00ea5ef47fb01a5c0cd4d Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Tue, 10 Jan 2023 18:24:52 +0200 Subject: [PATCH] update ts config --- tsconfig.json | 2 +- vercel.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index a0ed304..ed7617d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "strict": true, "noEmit": true, - "module": "esnext", + "module": "commonjs", "moduleResolution": "node", "isolatedModules": true, "allowSyntheticDefaultImports": true diff --git a/vercel.json b/vercel.json index d1615c1..13948fd 100644 --- a/vercel.json +++ b/vercel.json @@ -10,4 +10,4 @@ ] } ] -} +} \ No newline at end of file