chore(): exclude stencil tests from type checking (#25052)

This commit is contained in:
Liam DeBeasi
2022-04-04 12:29:07 -04:00
committed by GitHub
parent 5676bab316
commit ae06f4230d

View File

@@ -34,6 +34,9 @@
"src",
],
"exclude": [
"node_modules"
"node_modules",
"**/test/**/*.spec.ts",
"**/test/**/*.spec.tsx",
"**/test/**/e2e.ts"
]
}