Rename all entry points to index.d.ts and explicitify all file lists

This commit is contained in:
Ryan Cavanaugh 2016-05-09 17:29:10 -07:00
parent 20a8552199
commit 5ceec62f2a

View File

@ -6,5 +6,9 @@
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
}
},
"files": [
"index.d.ts",
"xlsx-tests.ts"
]
}