Use swc option with ts-node (#9447)

This commit is contained in:
Rory Powell 2023-01-27 09:33:04 +00:00 committed by GitHub
parent c1866f4882
commit 3108c4d1e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,8 @@
}
},
"ts-node": {
"require": ["tsconfig-paths/register"]
"require": ["tsconfig-paths/register"],
"swc": true
},
"references": [
{ "path": "../types" },

View File

@ -13,7 +13,8 @@
}
},
"ts-node": {
"require": ["tsconfig-paths/register"]
"require": ["tsconfig-paths/register"],
"swc": true
},
"references": [
{ "path": "../types" },