Skip to content

Commit

Permalink
Fix/target (#213)
Browse files Browse the repository at this point in the history
* fix(types): allow keypath string array

* fix(tsconfig): change target
  • Loading branch information
assuncaocharles authored Oct 13, 2020
1 parent f8d48eb commit 18c02ef
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,11 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"target": "ES5",
"module": "es2020",
"lib": [
"es2018",
"dom"
],
"lib": ["es2018", "dom"],
"paths": {
"ngx-indexed-db": [
"dist/ngx-indexed-db/ngx-indexed-db",
"dist/ngx-indexed-db"
]
"ngx-indexed-db": ["dist/ngx-indexed-db/ngx-indexed-db", "dist/ngx-indexed-db"]
}
}
}
}

0 comments on commit 18c02ef

Please sign in to comment.