Downgraded to ES2015 to have better support browsers

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-07-11 17:48:42 +02:00
parent f25be8b5f5
commit 9940961e20
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6

View File

@ -3,6 +3,8 @@
"include": ["./src/tcgdex.node.ts"],
"compilerOptions": {
"target": "ES2015",
"declaration": true,
"declarationDir": "./dist/types",