Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 057b1a5

Browse files
authored
Add Typescript documentation
This is just to be clear.
1 parent fd738ab commit 057b1a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ If your web server can't handle REST/HTTP requests like `PUT`, `PATCH` and `DELE
4848
```js
4949
Vue.http.options.emulateHTTP = true;
5050
```
51+
52+
## Typescript Support
53+
54+
Typescript for vue-resource should work out of the box since the type definition files are included within the npm package.

0 commit comments

Comments
 (0)