fixes test errors

This commit is contained in:
tedbcsgpro
2017-07-07 17:06:40 -07:00
parent f2ed9c9e73
commit 3e76717ca1
2 changed files with 2 additions and 2 deletions

View File

@@ -16,11 +16,11 @@
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"history": ["history/v4"]
"dropzone": ["dropzone/v4"]
}
},
"files": [
"index.d.ts",
"history-tests.ts"
"dropzone-tests.ts"
]
}