Skip to content

Commit

Permalink
Update @sindresorhus/tsconfig to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Aug 10, 2023
1 parent 85c8992 commit d7a9358
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"types"
],
"devDependencies": {
"@sindresorhus/tsconfig": "^3.0.1",
"@sindresorhus/tsconfig": "^4.0.0",
"@types/jsdom": "^21.1.1",
"@types/node": "^20.2.5",
"@types/zen-observable": "^0.8.3",
Expand Down
6 changes: 0 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"lib": [
"DOM",
"DOM.Iterable",
"ES2021"
],
"outDir": "dist",
"target": "ES2021"
},
"include": [
"source"
Expand Down

0 comments on commit d7a9358

Please sign in to comment.