Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-void0 authored Dec 22, 2023
1 parent b6088ea commit 6713a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ npm install t2t-tools -D

modify your `tsconfig.json`, add `node_modules/t2t-tools/dist`:

```json
```txt
{
"compilerOptions": {...},
"include": [...,"node_modules/t2t-tools/dist"]
Expand All @@ -29,7 +29,7 @@ type A = Merge<{ a: number; c: boolean }, { a: string; b: number }>
// A = { a: string; b: number; c: boolean }
```

# API
# api

| 方法名 | 解释 |
| :-------------------: | :---------------------------------------------------: |
Expand Down

0 comments on commit 6713a6f

Please sign in to comment.