Skip to content

Commit

Permalink
chore: exclude test files from the build output
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 9, 2024
1 parent b3399b8 commit b013232
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
@@ -1,6 +1,7 @@
{
"extends": "@sindresorhus/tsconfig",
"exclude": ["src/**/*.test.ts"],
"compilerOptions": {
"outDir": "./lib",
"outDir": "./lib"
}
}
}

0 comments on commit b013232

Please sign in to comment.