Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Jan 8, 2024
1 parent c88ee81 commit add6053
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is the log of notable changes to the `tsdk` that are developer-facing.

### 0.1.2 Not Released Yet

- Chore: add `incremental: true` in fe-sdk template's tsconfig.json

### 0.1.1 2024/01/05

- Breaking Change: `genRoute` callback first two arguments swap for better experience
Expand Down
4 changes: 3 additions & 1 deletion examples/server/packages/fe-sdk-demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"esModuleInterop": true,
"declaration": true,
"target": "ES5",
"outDir": "lib"
"outDir": "lib",
"incremental": true,
"skipLibCheck": true
},
"include": ["./src"]
}

0 comments on commit add6053

Please sign in to comment.