|
|
|
|
|
by aabbcc1241
17 days ago
|
|
I've not figure out how to run typescript script directly with type-checking (in dev mode) with typescript 7. ts-node cannot be used with typescript@7. although node@24 can directly run typescript file, but stripe the types, without type-checking, also it require changing the import path with .ts, and it doesn't support import .tsx files. |
|