From c97f7cfaafe141adb00a35d7eb308ffe09084e1d Mon Sep 17 00:00:00 2001 From: wangkailang Date: Tue, 28 Mar 2023 13:38:15 +0800 Subject: [PATCH] fix: update build tsconfig --- tsconfig.build.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tsconfig.build.json b/tsconfig.build.json index 3781624..9bbfd5a 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,5 +1,15 @@ { "extends": "./tsconfig.json", + "compilerOptions": { + "target": "es6", + "lib": [ + "dom", + "dom.iterable", + "esnext" + ], + "moduleResolution": "node", + "module": "esnext" + }, "exclude": [ "node_modules", "test",