File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -167,14 +167,12 @@ _(See more advanced `tryCatch` usage examples and API reference further down.)_
167
167
npm i -D @maxmorozoff/try-catch-tuple @maxmorozoff/try-catch-tuple-ts-plugin ts-patch typescript
168
168
169
169
# Or for utility + LSP only:
170
- # npm i -D @maxmorozoff/try-catch-tuple @maxmorozoff/try-catch-tuple-ts-plugin typescript
170
+ npm i -D @maxmorozoff/try-catch-tuple @maxmorozoff/try-catch-tuple-ts-plugin typescript
171
171
172
172
# Or for utility only:
173
- # npm i -D @maxmorozoff/try-catch-tuple typescript
173
+ npm i -D @maxmorozoff/try-catch-tuple typescript
174
174
```
175
175
176
- Replace ` @maxmorozoff/try-catch-tuple ` and ` @maxmorozoff/try-catch-tuple-ts-plugin ` with the actual package names.
177
-
178
176
## Configuration (` tsconfig.json ` )
179
177
180
178
Configure the tooling under ` compilerOptions.plugins ` .
You can’t perform that action at this time.
0 commit comments