From d9f7d1431de288af0b60a937950f055d2972a9cd Mon Sep 17 00:00:00 2001 From: gwuhaolin Date: Mon, 5 Sep 2022 18:56:38 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20remove=20tslib=20and=20use=20@ba?= =?UTF-8?q?bel/runtime=20instead=20(#2264)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +-- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1448901..82b522c 100644 --- a/package.json +++ b/package.json @@ -104,8 +104,7 @@ "@babel/runtime": "^7.10.5", "import-html-entry": "^1.9.0", "lodash": "^4.17.11", - "single-spa": "^5.9.2", - "tslib": "^1.10.0" + "single-spa": "^5.9.2" }, "devDependencies": { "@types/jest": "^25.1.4", diff --git a/tsconfig.json b/tsconfig.json index f7e23a0..43c6fbb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es6", + "target": "esnext", "module": "esnext", "lib": ["es2018", "dom"], "declaration": true,