Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/lint_ts_projects --…
Browse files Browse the repository at this point in the history
…fix'
  • Loading branch information
kibanamachine committed Jan 31, 2024
1 parent 937e059 commit 66ab84e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/presentation/presentation_containers/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["target/**/*"],
"kbn_references": ["@kbn/presentation-publishing", "@kbn/core-mount-utils-browser"]
"kbn_references": [
"@kbn/presentation-publishing",
"@kbn/core-mount-utils-browser",
"@kbn/core-saved-objects-api-server",
]
}
3 changes: 2 additions & 1 deletion src/plugins/dashboard/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"@kbn/presentation-panel-plugin",
"@kbn/content-management-table-list-view-common",
"@kbn/shared-ux-utility",
"@kbn/managed-content-badge"
"@kbn/managed-content-badge",
"@kbn/ui-theme"
],
"exclude": ["target/**/*"]
}

0 comments on commit 66ab84e

Please sign in to comment.