Target ES6 properly

This commit is contained in:
Fernando Fernández 2022-11-29 15:31:17 +01:00 committed by GitHub
parent 12ff58b5b5
commit 3d298ecc0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"target": "ES5",
"target": "ES6",
"module": "ES6",
"moduleResolution": "Node",
"declaration": true,
"noImplicitAny": true,
"outDir": "lib"