Skip to content

Commit

Permalink
chore(tsconfig.ci): add smart components to typechecking
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-sanders-cc committed Sep 12, 2024
1 parent 065cd7d commit 4f09ec7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@
"src/controllers/*.stories.js",
"src/components/**/*.test.js",
"src/components/**/*.stories.js",
"src/components/**/*.smart*.js",
"src/components/cc-grafana-info",
"src/components/cc-logs/*",
"src/components/cc-logs-*/*",
"src/components/cc-pricing-*",
"src/components/cc-smart-container/*"
"src/components/cc-pricing-*"
],
"extends": "./tsconfig.json",
"compilerOptions": {
Expand Down

0 comments on commit 4f09ec7

Please sign in to comment.