{"library":"gulp-tsc","type":"library","category":null,"description":"A gulp plugin that wraps the TypeScript compiler (tsc) to transpile .ts files within gulp workflows. Current stable version is 1.3.2. It supports TypeScript versions from 0.9.1 to 2.1.0, providing a configurable interface for compilation options like module, target, declarations, and source maps. It locates the tsc binary from the local typescript package, shell PATH, or bundled fallback. Compared to alternatives like gulp-typescript, gulp-tsc uses the CLI tsc rather than the compiler API, making it simpler but less flexible for advanced use cases (e.g., no incremental compilation, no project references). The package is lightweight and direct but has limited maintenance and no support for newer TypeScript features.","language":"javascript","status":"deprecated","version":"1.3.2","tags":["javascript","gulpplugin","typescript","gulp","tsc","compile","transpile","compiler"],"last_verified":"Fri May 01","install":[{"cmd":"npm install gulp-tsc","imports":["const typescript = require('gulp-tsc')","typescript()","typescript({ target: 'ES5', module: 'commonjs' })"]},{"cmd":"yarn add gulp-tsc","imports":[]},{"cmd":"pnpm add gulp-tsc","imports":[]}],"homepage":null,"github":"https://github.com/kant2002/gulp-tsc","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/gulp-tsc","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}