Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart authored and renovate[bot] committed Jan 29, 2024
1 parent 6373791 commit 72c9edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"moduleResolution": "Node16",
"esModuleInterop": true,
"sourceMap": false,
"declaration": true
"declaration": true,
},
"include": ["src"],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
}

0 comments on commit 72c9edf

Please sign in to comment.