fix(core): update

This commit is contained in:
Philipp Kunz 2020-06-01 18:19:37 +00:00
parent 731931452a
commit e5bf2ac20c

View File

@ -17,7 +17,7 @@ if (process.argv.includes('--web')) {
defaultTsNodeOptions.compilerOptions = {
...previousCompilerOptions,
lib: ['es2016', 'es2017', 'dom'],
target: <any>'es2015' // Script Target should be a string -> 2 is for ES2015
target: <any>'es2017' // Script Target should be a string -> 2 is for ES2015
};
}