Skip to content

Commit d248e4f

Browse files
committed
docs: remove tsconfig update
Not needed after variant() api for arbitrary variants
1 parent 81d6c6a commit d248e4f

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

site/pages/docs/installation.mdx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -104,20 +104,4 @@ module.exports = {
104104
},
105105
};
106106
```
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-
123107
</Steps>

0 commit comments

Comments
 (0)