fix(core): update
This commit is contained in:
@@ -5,10 +5,12 @@ import { CompilerOptions } from 'typescript';
|
||||
const defaultTsNodeOptions: tsNode.CreateOptions = {
|
||||
compilerOptions: {
|
||||
lib: ['es2016', 'es2017', 'dom'],
|
||||
target: <any>'es2017', // Script Target should be a string -> 2 is for ES2015
|
||||
target: <any>'es2020', // Script Target should be a string -> 2 is for ES2015
|
||||
experimentalDecorators: true,
|
||||
esModuleInterop: true,
|
||||
strictNullChecks: false,
|
||||
moduleResolution: <any>'node',
|
||||
importsNotUsedAsValues: <any>'preserve',
|
||||
} as CompilerOptions,
|
||||
skipIgnore: true,
|
||||
};
|
||||
|
Reference in New Issue
Block a user