We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df20140 commit 7ec60f2Copy full SHA for 7ec60f2
tsconfig.json
@@ -11,5 +11,5 @@
11
"outDir": "build"
12
},
13
"include": ["**/*.ts"],
14
- "exclude": ["node_modules", "transforms/__testfixtures__/**"]
+ "exclude": ["node_modules", "transforms/__testfixtures__/**", "__test__", "**/*.spec.ts"]
15
}
0 commit comments