We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a2c98 commit 5b6ec44Copy full SHA for 5b6ec44
README.md
@@ -33,6 +33,18 @@ yarn add @deepsource/nuxt-websocket # or npm install @deepsource/nuxt-websocket
33
}
34
```
35
36
+### TypeScript
37
+
38
+Add the types to your `types` array in `tsconfig.json` after the `@nuxt/types` (Nuxt 2.9.0+) entry.
39
40
+```json
41
+{
42
+ "compilerOptions": {
43
+ "types": ["@nuxt/types", "@deepsource/nuxt-websocket"]
44
+ }
45
+}
46
+```
47
48
## Options
49
50
You can pass different options using the `websocket` property in your `nuxt.config.js`.
0 commit comments