mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-27 00:01:19 +00:00
Merge pull request #712 from thornbill/update-target-es2018
Update build target to es2018
This commit is contained in:
commit
09f0b6bba7
@ -1,7 +1,7 @@
|
||||
{
|
||||
"extends": "@tsconfig/recommended/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "ES2015",
|
||||
"target": "ES2018",
|
||||
"module": "ES2015",
|
||||
"moduleResolution": "Node",
|
||||
"declaration": true,
|
||||
|
Loading…
Reference in New Issue
Block a user