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", "extends": "@sindresorhus/tsconfig",
"compilerOptions": { "compilerOptions": {
"outDir": "dist", "outDir": "dist",
"target": "ESNext", "target": "ES2018",
"lib": [ "lib": [
"ES2018",
"ESNext", "ESNext",
"dom" "dom"
] ]