Category Archives: Typescript

Typescript – tsc didn’t copy .html .css .txt to destination folder

tsc would translate .ts file to js and keep folder struction. however, for some special file for tsc, such as .txt, .html, .css, tsc command chooses to ignore them. we have to copy manually for cross-platform, we are using node.js … Continue reading

Posted in Typescript | Comments Off on Typescript – tsc didn’t copy .html .css .txt to destination folder