Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Jun 20, 2024
1 parent eb80bdc commit bbf56c6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"exclude": [
"node_modules"
],
"include": [
"src"
]
"exclude": ["node_modules"],
"include": ["src"]
}

0 comments on commit bbf56c6

Please sign in to comment.