With the help of library, I have implemented import #91
cereschen
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
Interesting, can you show us "real world" example? I mean which u r using to see the "scope" of task |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to find a solution to bundle multiple ts files to one ts file, but got nothing
So I decided to implement it myself
The following is the library I just wrote. Welcome to use it
https://www.npmjs.com/package/tsc-bundle
usage
npm i tsc-bundle -g
tscb use_shared.ts out.ts
Then use tsc to run the generated file
example
unsupport
Beta Was this translation helpful? Give feedback.
All reactions