Skip to content

Commit

Permalink
fixing formatting issue in tsconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Samiul-TheSoccerFan committed Nov 20, 2024
1 parent 87a5428 commit c097579
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions x-pack/plugins/search_inference_endpoints/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "target/types"
"outDir": "target/types",
},
"include": ["__mocks__/**/*", "common/**/*", "public/**/*", "server/**/*"],
"include": [
"__mocks__/**/*",
"common/**/*",
"public/**/*",
"server/**/*"
],
"kbn_references": [
"@kbn/config-schema",
"@kbn/core",
Expand Down Expand Up @@ -32,5 +37,7 @@
"@kbn/serverless",
"@kbn/utility-types"
],
"exclude": ["target/**/*"]
"exclude": [
"target/**/*",
]
}

0 comments on commit c097579

Please sign in to comment.