Replies: 1 comment
-
Bump |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the folder called: Project. In that folder I have the .swcrc file. Also in folder Project, there is a folder called src. In the src folder, there are 2 other folders (client & server). Both folders client and server have a tsconfig.json file, that is being compiled. How can I exclude it using the exclude tag in .swcrc?
I also use this in package.json:
npx swc ./src/server -d ./packages/server--copy-files
Beta Was this translation helpful? Give feedback.
All reactions