-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Hi, first off a big thanks for mocks-server, its really neat and Ive enjoyed integrating it into our setup.
What I would love though is to be able to use it with .ts files without installing any babel deps. Currently ive got it working by installing these 3 additional deps:
@babel/preset-env
@babel/preset-typescript
@types/babel__preset-env
This is ok but it would be better if i could have the option to use ts-node instead to do the transpilation. A lot of the time this dep is already installed for TS projects, so it would make integrating mocks-server even more seamless.
Let me know what you think. Cheers!
Metadata
Metadata
Assignees
Labels
No labels