Skip to content

Commit bfee432

Browse files
committed
chore: exclude test files from TypeScript compilation
1 parent 1feed2d commit bfee432

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
@@ -16,6 +16,7 @@
1616
],
1717
"exclude": [
1818
"node_modules",
19-
"dist"
19+
"dist",
20+
"test/**/*"
2021
]
2122
}

0 commit comments

Comments
 (0)