👷 remove tslib and use @babel/runtime instead (#2264)

This commit is contained in:
gwuhaolin 2022-09-05 18:56:38 +08:00 committed by GitHub
parent e9e492ba8e
commit d9f7d1431d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es6",
"target": "esnext",
"module": "esnext",
"lib": ["es2018", "dom"],
"declaration": true,