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",
|
"extends": "@sindresorhus/tsconfig",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"target": "ESNext",
|
"target": "ES2018",
|
||||||
"lib": [
|
"lib": [
|
||||||
|
"ES2018",
|
||||||
"ESNext",
|
"ESNext",
|
||||||
"dom"
|
"dom"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue