Merge pull request #12792 from DefinitelyTyped/tslint_json

Add 'tslint.json' to required files
This commit is contained in:
Nathan Shively-Sanders
2016-11-23 14:38:41 -08:00
committed by GitHub

View File

@@ -113,6 +113,7 @@ Your package should have this structure:
| index.d.ts | This contains the typings for the package. |
| foo-tests.ts | This contains sample code which tests the typings. This code does *not* run, but it is type-checked. |
| tsconfig.json | This allows you to run `tsc` within the package. |
| tslint.json | Enables linting. |
Generate these by running `npm run new-package -- new-package-name`.