We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3399b8 commit b013232Copy full SHA for b013232
tsconfig.json
@@ -1,6 +1,7 @@
1
{
2
"extends": "@sindresorhus/tsconfig",
3
+ "exclude": ["src/**/*.test.ts"],
4
"compilerOptions": {
- "outDir": "./lib",
5
+ "outDir": "./lib"
6
}
-}
7
+}
0 commit comments