fix(core): update

This commit is contained in:
2022-03-11 17:56:08 +01:00
parent 6d4c9f390a
commit e89c3eda66
3 changed files with 10 additions and 8 deletions

View File

@ -14,6 +14,7 @@ const defaultTsNodeOptions: tsNode.CreateOptions = {
importsNotUsedAsValues: <any>'preserve',
} as CompilerOptions,
skipIgnore: true,
esm: true,
};
tsNode.register(defaultTsNodeOptions);