Replies: 1 comment
-
"options": {
"options": { |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Project Details: ExpressJS/NodeJS Backend
I am working on a multithreading project and in order for it to work, it needs a separate file that is compiled to JS, right now I only have main.js.
Is there a way to configure the project.json file to pick up a file (.ts) in the "assets" directory, and replace it with a compiled version (.js) of it? If not, have people done projects like this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions