-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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).
Metadata
Metadata
Assignees
Labels
No labels