Skip to content

Commit 213cb73

Browse files
committed
Exclude tests from build
1 parent 9aba578 commit 213cb73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"jsx": "react"
1616
},
1717
"include": ["src/**/*"],
18-
"exclude": ["node_modules", "dist"]
18+
"exclude": ["node_modules", "dist", "**/*.test.ts"]
1919
}
2020

0 commit comments

Comments
 (0)