Skip to content

Commit b013232

Browse files
committed
chore: exclude test files from the build output
1 parent b3399b8 commit b013232

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@sindresorhus/tsconfig",
3+
"exclude": ["src/**/*.test.ts"],
34
"compilerOptions": {
4-
"outDir": "./lib",
5+
"outDir": "./lib"
56
}
6-
}
7+
}

0 commit comments

Comments
 (0)