Skip to content

Commit 7809868

Browse files
authored
Skip *.spec.ts files in tsconfig (#28)
1 parent ca6077d commit 7809868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"resolveJsonModule": true,
88
"rootDir": "src"
99
},
10-
"exclude": ["**/dist/**", "**/__fixtures__/**"]
10+
"exclude": ["**/__fixtures__/**", "**/*.spec.ts"]
1111
}

0 commit comments

Comments
 (0)