fix(core): update
This commit is contained in:
parent
731931452a
commit
e5bf2ac20c
@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user