Skip to content

Commit

Permalink
fix: Exclude "dist" directory from TypeScript compilation (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisgo authored Aug 2, 2023
1 parent 02181f8 commit 717a946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"exclude": [
"src/**/*.test.ts",
"src/test-fixtures"
"src/test-fixtures",
"./dist/**/*"
]
}

0 comments on commit 717a946

Please sign in to comment.