Skip to content

Commit

Permalink
Set up tsconfig to make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Nov 11, 2024
1 parent f7a0a5f commit 057a699
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@tsconfig/node20": "^20.1.4",
"browserslist": "^4.23.0",
"eslint": "^9.13.0",
"eslint-config-seek": "^14.1.0",
Expand Down
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

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

3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@tsconfig/node20/tsconfig.json"
}

0 comments on commit 057a699

Please sign in to comment.