Replace ts-node with tsimp (#208)

This commit is contained in:
Bjorn Stromberg 2024-06-25 08:08:48 +08:00 committed by GitHub
parent 47f49741ea
commit 92699e1049
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 23 additions and 21 deletions

View file

@ -6,9 +6,4 @@
"include": [
"source"
],
"ts-node": {
"transpileOnly": true,
"files": true,
"experimentalResolver": true
}
}