fix(core): update
This commit is contained in:
parent
ffaf54f1de
commit
c62619bd27
@ -4,8 +4,9 @@ import type { CompilerOptions } from 'typescript';
|
|||||||
const defaultTsNodeOptions: plugins.tsNode.CreateOptions = {
|
const defaultTsNodeOptions: plugins.tsNode.CreateOptions = {
|
||||||
compilerOptions: {
|
compilerOptions: {
|
||||||
lib: ['dom'],
|
lib: ['dom'],
|
||||||
target: <any>'es2020', // Script Target should be a string -> 2 is for ES2015
|
target: <any>'es2022', // Script Target should be a string -> 2 is for ES2015
|
||||||
experimentalDecorators: true,
|
experimentalDecorators: true,
|
||||||
|
useDefineForClassFields: false,
|
||||||
esModuleInterop: true,
|
esModuleInterop: true,
|
||||||
strictNullChecks: false,
|
strictNullChecks: false,
|
||||||
moduleResolution: <any>'node12',
|
moduleResolution: <any>'node12',
|
||||||
|
Loading…
Reference in New Issue
Block a user