mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-22 21:49:48 +00:00
Update build target to es2018
This commit is contained in:
parent
8c3eb9c48d
commit
3cdde2cab9
@ -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