grunt-tsconfig-update:tsconfig.json生成器

时间:2021-05-12 18:12:20
【文件属性】:
文件名称:grunt-tsconfig-update:tsconfig.json生成器
文件大小:7KB
文件格式:ZIP
更新时间:2021-05-12 18:12:20
JavaScript grunt-tsconfig-更新 基本用法 module.exports = function(grunt) { grunt.initConfig({ tsconfig: { main: { } } }); grunt.loadNpmTasks('grunt-tsconfig-update'); }; 进阶用法 module.exports = function(grunt) { grunt.initConfig({ ts: { options: { target: 'es5', module: 'umd', noImplicitAny: tr
【文件预览】:
grunt-tsconfig-update-master
----LICENSE-MIT(1KB)
----package.json(947B)
----tasks()
--------tsconfig.js(1KB)
----test()
--------tsconfig_test.js(1KB)
--------fixtures()
----Gruntfile.js(3KB)
----.npmignore(158B)
----.gitignore(53B)
----circle.yml(90B)
----README.md(1KB)

网友评论