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 81d6c6a commit d248e4fCopy full SHA for d248e4f
site/pages/docs/installation.mdx
@@ -104,20 +104,4 @@ module.exports = {
104
},
105
};
106
```
107
-
108
-### Edit tsconfig.json
109
110
-{' '}
111
-<br />
112
-This is optional, but we recommend you do this to fix [this
113
-issue](https://twitter.com/Mokshit06/status/1620812678687248384).
114
115
-```json filename="tsconfig.json"
116
-{
117
- "compilerOptions": {
118
- "noPropertyAccessFromIndexSignature": true
119
- }
120
-}
121
-```
122
123
</Steps>
0 commit comments