Skip to content

Commit c580313

Browse files
committed
chore: exclude types from build
1 parent 956c41d commit c580313

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"node_modules",
1616
".vscode-test",
1717
"scripts",
18-
"**/*.spec.ts"
18+
"**/*.spec.ts",
19+
"test/**/*"
1920
]
2021
}

0 commit comments

Comments
 (0)