mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2025-02-17 04:27:46 +00:00
Target ES6 properly
This commit is contained in:
parent
12ff58b5b5
commit
3d298ecc0c
@ -1,7 +1,9 @@
|
||||
{
|
||||
"extends": "@tsconfig/recommended/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "ES5",
|
||||
"target": "ES6",
|
||||
"module": "ES6",
|
||||
"moduleResolution": "Node",
|
||||
"declaration": true,
|
||||
"noImplicitAny": true,
|
||||
"outDir": "lib"
|
||||
|
Loading…
x
Reference in New Issue
Block a user