Skip to content

Commit

Permalink
style: format jsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Jan 17, 2024
1 parent 078cf99 commit a4d0797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"checkJs": true,
"module": "nodenext",
"resolveJsonModule": true,
"target": "es2022"
"target": "es2022",
},
"exclude": ["node_modules"],
"typeRoots": ["types", "./node_modules/@types"]
"typeRoots": ["types", "./node_modules/@types"],
}

0 comments on commit a4d0797

Please sign in to comment.