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.)_
167167npm i -D @maxmorozoff/try-catch-tuple @maxmorozoff/try-catch-tuple-ts-plugin ts-patch typescript
168168
169169# 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
171171
172172# Or for utility only:
173- # npm i -D @maxmorozoff/try-catch-tuple typescript
173+ npm i -D @maxmorozoff/try-catch-tuple typescript
174174```
175175
176- Replace ` @maxmorozoff/try-catch-tuple ` and ` @maxmorozoff/try-catch-tuple-ts-plugin ` with the actual package names.
177-
178176## Configuration (` tsconfig.json ` )
179177
180178Configure the tooling under ` compilerOptions.plugins ` .
You can’t perform that action at this time.
0 commit comments