Skip to content

Commit

Permalink
Merge branch 'main' into feature/update_runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
huuyafwww authored Dec 10, 2024
2 parents 7e1ea9d + 9803356 commit 04b86e3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/shy-toys-perform.md

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This repository is a detailed package of tsconfig for me.
### Installation

```sh
pnpm add -D @huuyafwww/tsconfig-common @tsconfig/strictest @types/node
pnpm add -D @huuyafwww/tsconfig-common @types/node
```

### tsconfig.json
Expand Down Expand Up @@ -50,7 +50,7 @@ pnpm add -D @huuyafwww/tsconfig-common @tsconfig/strictest @types/node
### Installation

```sh
pnpm add -D @huuyafwww/tsconfig-next @tsconfig/strictest @tsconfig/next
pnpm add -D @huuyafwww/tsconfig-next
```

### tsconfig.json
Expand Down
7 changes: 7 additions & 0 deletions packages/tsconfig-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @huuyafwww/tsconfig-common

## 1.1.0

### Minor Changes

- [#10](https://github.com/huuyafwww/tsconfig/pull/10) [`e2acc2c`](https://github.com/huuyafwww/tsconfig/commit/e2acc2ccf6ad513058dfbf1c1610c909fdf8cf62) Thanks [@huuyafwww](https://github.com/huuyafwww)! - Generate a complete tscconfig by exploring the extends config using the showConfig option of tsc.
It would eliminate the need to install @tsconfig/strictest as an implicit dependency when using this library.

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huuyafwww/tsconfig-common",
"version": "1.0.3",
"version": "1.1.0",
"private": false,
"description": "common tsconfig for me",
"homepage": "https://github.com/huuyafwww/tsconfig",
Expand Down
7 changes: 7 additions & 0 deletions packages/tsconfig-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @huuyafwww/tsconfig-next

## 1.1.0

### Minor Changes

- [#10](https://github.com/huuyafwww/tsconfig/pull/10) [`e2acc2c`](https://github.com/huuyafwww/tsconfig/commit/e2acc2ccf6ad513058dfbf1c1610c909fdf8cf62) Thanks [@huuyafwww](https://github.com/huuyafwww)! - Generate a complete tscconfig by exploring the extends config using the showConfig option of tsc.
It would eliminate the need to install @tsconfig/strictest as an implicit dependency when using this library.

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huuyafwww/tsconfig-next",
"version": "1.0.3",
"version": "1.1.0",
"private": false,
"description": "tsconfig for Next.js for me",
"homepage": "https://github.com/huuyafwww/tsconfig",
Expand Down

0 comments on commit 04b86e3

Please sign in to comment.