From d9e13debb85f8d147b3394f19c8c410cc5ff220c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Thu, 18 Feb 2021 18:07:13 +0800 Subject: [PATCH] chore: UPDATE --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 17dbf9a..c161ad3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "ESNext", - "module": "UMD", + "module": "CommonJS", "moduleResolution": "node", "importHelpers": true, "jsx": "preserve",