From 044f23739c6999e4087227e35f50a01cde0a90a2 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Mon, 4 Apr 2022 06:38:12 -0700 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 5b63aff95e..6b0a424693 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,8 @@ { "compilerOptions": { "lib": ["ESNext"], + "module": "esnext", + "target": "esnext", "typeRoots": ["./types"], "types": ["bun"] }