Skip to content

Commit

Permalink
Add type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 10, 2023
1 parent 68c220e commit e4353b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"compilerOptions": {
"checkJs": true,
"module": "commonjs",
"target": "es2022"
}
}

0 comments on commit e4353b3

Please sign in to comment.