Skip to content

Commit 3c5547f

Browse files
author
Luke Bowerman
authored
Don't build typings for test files (#1031)
1 parent 78ec92d commit 3c5547f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"compilerOptions": {
44
"declaration": true,
55
"emitDeclarationOnly": true
6-
}
6+
},
7+
"exclude": ["**/*.spec.ts", "**/*.test.ts"]
78
}

0 commit comments

Comments
 (0)