Fix typo in tsconfig.json

This commit is contained in:
Matthew O'Riordan
2017-02-09 02:13:57 +00:00
parent a664bb725a
commit d5d9afb13d

View File

@@ -15,6 +15,6 @@
},
"files": [
"index.d.ts",
"ably-test.ts"
"ably-tests.ts"
]
}