chore: restore ts lib & target config

This commit is contained in:
eric_wang 2022-03-02 22:05:50 +08:00
parent 9d2121e436
commit 8e833cc53c

View file

@ -2,8 +2,9 @@
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"outDir": "dist",
"target": "ESNext",
"target": "ES2018",
"lib": [
"ES2018",
"ESNext",
"dom"
]