From 31963f5e14e5c03b2dd02a154d6c0ada5ca1633c Mon Sep 17 00:00:00 2001 From: Levi Yan Date: Wed, 3 Jul 2024 12:38:17 +0800 Subject: [PATCH] chore: generated code applied to commonjs or node18 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b995d41..51f89af 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "module": "Node16", + "module": "commonjs", "target": "ES2022", "lib": [ "ES2022"