Skip to content

Commit

Permalink
Remove @tsconfig/esm (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev authored Sep 8, 2023
1 parent ce10e09 commit 5baa98f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@kachkaev/eslint-config-react": "0.6.0",
"@kachkaev/markdownlint-config": "0.5.0",
"@next/eslint-plugin-next": "13.4.19",
"@tsconfig/esm": "1.0.4",
"@tsconfig/next": "2.0.0",
"@tsconfig/strictest": "2.0.2",
"@types/hosted-git-info": "3.0.2",
Expand Down
8 changes: 0 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": [
"@tsconfig/next/tsconfig.json",
"@tsconfig/strictest/tsconfig.json",
"@tsconfig/esm/tsconfig.json"
"@tsconfig/strictest/tsconfig.json"
],
"compilerOptions": {
"module": "ESNext",
Expand Down

0 comments on commit 5baa98f

Please sign in to comment.