chore: restore ts lib & target config
This commit is contained in:
parent
9d2121e436
commit
8e833cc53c
1 changed files with 2 additions and 1 deletions
|
|
@ -2,8 +2,9 @@
|
|||
"extends": "@sindresorhus/tsconfig",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"target": "ESNext",
|
||||
"target": "ES2018",
|
||||
"lib": [
|
||||
"ES2018",
|
||||
"ESNext",
|
||||
"dom"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue