diff --git a/ts/index.ts b/ts/index.ts index f3cf93e..94b1921 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -17,7 +17,7 @@ if (process.argv.includes('--web')) { defaultTsNodeOptions.compilerOptions = { ...previousCompilerOptions, lib: ['es2016', 'es2017', 'dom'], - target: 'es2015' // Script Target should be a string -> 2 is for ES2015 + target: 'es2017' // Script Target should be a string -> 2 is for ES2015 }; }