Closed hosiduy closed 6 years ago
Hi Loopback Team, I read on the document which talk about using option: --copy-resources when running lb-tsc. Please give an example on how to use this option. I tried several commands aleady but none of them work:
lb-tsc --copy-resources=true es2017 lb-tsc --copy-resources true es2017 lb-tsc --copy-resources es2017 lb-tsc -p tsconfig.json --target es2017 --outDir dist --copy-resources true lb-tsc -p tsconfig.json --target es2017 --outDir dist --copy-resources=true lb-tsc -p tsconfig.json --target es2017 --outDir dist --copy-resources lb-tsc --copy-resources true -p tsconfig.json --target es2017 --outDir dist lb-tsc --copy-resources=true -p tsconfig.json --target es2017 --outDir dist lb-tsc --copy-resources -p tsconfig.json --target es2017 --outDir dist
Thanks.
See Reporting Issues for more tips on writing good issues
For example:
lb-tsc es2017 --outDir dist --copy-resources
The --copy-resources flag does not work as of 2024.
--copy-resources
Description
Hi Loopback Team, I read on the document which talk about using option: --copy-resources when running lb-tsc. Please give an example on how to use this option. I tried several commands aleady but none of them work:
Thanks.
See Reporting Issues for more tips on writing good issues