mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-01-31 23:31:30 +08:00
chore(): exclude stencil tests from type checking (#25052)
This commit is contained in:
@@ -34,6 +34,9 @@
|
||||
"src",
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
"**/test/**/*.spec.ts",
|
||||
"**/test/**/*.spec.tsx",
|
||||
"**/test/**/e2e.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user