gulp-tsconfig:不推荐使用-通过gulp生成tsconfig.json

时间:2021-05-18 18:57:27
【文件属性】:
文件名称:gulp-tsconfig:不推荐使用-通过gulp生成tsconfig.json
文件大小:4KB
文件格式:ZIP
更新时间:2021-05-18 18:57:27
JavaScript gulp-tsconfig gulp-tsconfig生成tsconfig.json使用的tsconfig.json 。 例子 在Gulpfile.js : var gulp = require ( 'gulp' ) ; var tsconfig = require ( '@atsushi_suzuki/gulp-tsconfig' ) ; gulp . task ( 'tsconfig' , function ( ) { // supply tsconfig.json and *.ts source files gulp . src ( [ 'tsconfig.json' , 'lib/*.ts' ) // override .files with source file names . pipe ( tsconfig ( ) ) . pipe ( gulp . d
【文件预览】:
gulp-tsconfig-master
----package.json(573B)
----test()
--------tsconfig-test.js(3KB)
----LICENSE(736B)
----.gitignore(526B)
----lib()
--------tsconfig.js(1KB)
----README.md(891B)

网友评论