Skip to content

Commit

Permalink
style: apply prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
domwebber committed Jan 3, 2024
1 parent c8762c5 commit 0e33bfa
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
"moduleResolution": "NodeNext",
"checkJs": true,
"strict": true,
"types": [
"node",
"jest"
],
"types": ["node", "jest"],
"declaration": true,
"incremental": true,
"noImplicitReturns": true,
Expand All @@ -24,7 +21,5 @@
"sourceMap": true,
"declarationDir": "dist/"
},
"include": [
"src/**/*"
]
}
"include": ["src/**/*"]
}

0 comments on commit 0e33bfa

Please sign in to comment.