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 cfa7f7bab7
commit 49b1ac6a38
2899 changed files with 8483 additions and 2023 deletions

View File

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