tsd
tsd copied to clipboard
Generate .tslintignore in install dir
To keep various IDE's and tools from linting the definitions.
Tracking https://github.com/palantir/tslint/issues/73
Related to https://github.com/borisyankov/DefinitelyTyped/issues/1569 and https://github.com/madskristensen/WebEssentials2013/issues/667
+1
This would be handy. There's no point in linting external d.ts files that we don't maintain.
Until TSLint supports this a simple solution is to not place the .d.ts files in your main source folder but besides it. Like put code in ./src and definitions in ./typings