문제

Visual Studio can compile TypeScript project (even one file on save) without any <reference> tags.

Can I compile all *.ts files some way from command line (tsc.exe)? Simple, for edit TypeScript in WebStorm or in other IDEs.

도움이 되었습니까?

해결책

no. tsc.exe / tsc does not accept file globs. You can use an external tool to pass file globs through e.g. https://github.com/grunt-ts/grunt-ts

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top