gulp-tsc icon indicating copy to clipboard operation
gulp-tsc copied to clipboard

allowBool does not work

Open raDiesle opened this issue 10 years ago • 0 comments

Hi, using

tsc( {allowBool : true})

it will still say angular.d.ts(32,43): Cannot find name 'bool'.

besides, the gulp-tsc docu is wrong, it "Bool" is uppercase and should be enabled by default

raDiesle avatar Sep 03 '14 10:09 raDiesle