We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47dac5 commit 46af2bcCopy full SHA for 46af2bc
1 file changed
scripts/ts-node/register.js
@@ -3,5 +3,6 @@ const tsNode = require('ts-node');
3
tsNode.register({
4
// https://github.com/TypeStrong/ts-node#skipproject - don't read tsconfig within ts-node
5
skipProject: true,
6
- swc: true,
+ // @deprecated: we cannot use this until new version of ts-node is released https://github.com/TypeStrong/ts-node/pull/2062
7
+ // swc: true,
8
});
0 commit comments