brackets-typescript
brackets-typescript copied to clipboard
noLib option doesn't work
trafficstars
Setting "noLib": true in my .brackets.json does not work. The default lib.d.ts is still used when analyzing my code.
I probed the code a little bit and noticed that the method TypeScriptProject.collectFiles is called two times when my project starts up. The first time it is called _this.config.noLib has the correct value true) shortly after it is called again and _this.config.noLib has the incorrect default value (false).