Skip to content

Commit

Permalink
Merge pull request #19 from adriencaccia/fix/remove-useless-tsbuildinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia authored Jan 29, 2023
2 parents 11d760c + d4bc723 commit 56eca97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"target": "ES2020",
"strict": true,
"baseUrl": "src",
"composite": true,
"declaration": true,
"emitDeclarationOnly": true,
"allowSyntheticDefaultImports": true,
"outDir": "./dist/types"
Expand Down

0 comments on commit 56eca97

Please sign in to comment.