typings: fix lint script and linter errors

This commit is contained in:
SpaceEEC
2018-10-04 19:29:12 +02:00
parent b92f8d9c06
commit fcf4745a43
4 changed files with 43 additions and 43 deletions

View File

@@ -8,6 +8,6 @@
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts"
"typings/index.d.ts"
]
}