fix(core): update

This commit is contained in:
2023-06-03 16:09:01 +02:00
parent 0715f88189
commit a0d523513b
4 changed files with 342 additions and 254 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@gitzone/tsrun',
version: '1.2.39',
version: '1.2.40',
description: 'run typescript programs efficiently'
}

View File

@ -11,7 +11,7 @@ const defaultTsNodeOptions: plugins.tsNode.CreateOptions = {
strictNullChecks: false,
moduleResolution: <any>'nodenext',
module: <any>'ESNext',
importsNotUsedAsValues: <any>'preserve',
verbatimModuleSyntax: true,
} as CompilerOptions,
esm: true,
skipIgnore: true,