Answers for "how to tell typescript compileer to ignore types files"

4

typescript ignore

//@ts-ignore
ignore this line

//Make sure typescript is installed in your system to use @ts-ignire
Posted by: Guest on July-23-2021
0

typescript compile specific file

tsc --project main/tsconfig.json
Posted by: Guest on July-24-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language