Move to index.d.ts and fix other lints

Also turn on linting.
This commit is contained in:
Nathan Shively-Sanders
2017-03-27 13:32:20 -07:00
parent 2808017b65
commit 9c03875277
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
// Type definitions for web-animations-js v2.2.2
// Type definitions for web-animations-js 2.2
// Project: https://github.com/web-animations/web-animations-js
// Definitions by: Kristian Moerch <https://github.com/kritollm/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

View File

@@ -18,7 +18,7 @@
"forceConsistentCasingInFileNames": true
},
"files": [
"web-animations-js.d.ts",
"index.d.ts",
"web-animations-js-tests.ts"
]
}

View File

@@ -0,0 +1 @@
{ "extends": "../tslint.json" }