Remove ts-node (#31228)

* Remove ts-node

Node can handle typescript nowadays

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Iterate

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2025-11-13 16:33:36 +00:00
committed by GitHub
parent 425bc64aa9
commit ac255445d1
9 changed files with 343 additions and 464 deletions
+1 -7
View File
@@ -29,11 +29,5 @@
"./test/**/*.tsx",
"./scripts/*.ts",
"./declaration.d.ts"
],
"ts-node": {
"files": true,
"moduleTypes": {
"*": "cjs"
}
}
]
}