chore: exclude test files from the build output

This commit is contained in:
typicode
2024-01-09 13:36:37 +01:00
parent b3399b8343
commit b013232309

View File

@ -1,6 +1,7 @@
{
"extends": "@sindresorhus/tsconfig",
"exclude": ["src/**/*.test.ts"],
"compilerOptions": {
"outDir": "./lib",
"outDir": "./lib"
}
}
}