From c613ef3f351fc8ffd356515781757f831d85f3e1 Mon Sep 17 00:00:00 2001 From: aki Date: Fri, 25 Apr 2025 00:23:29 +0800 Subject: [PATCH] erm what the sigma --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f31d1e5..4ae8103 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "ES2020", - "module": "CommonJS", + "module": "ESNext", "moduleResolution": "Node", "lib": ["ES2020"], "outDir": "dist",