Skip to content

Commit

Permalink
Create tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sadarunnisa-sf authored Dec 23, 2024
1 parent 0a51c90 commit ea21170
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions plugins/jenkins-with-reporting-backend-backend/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": "@backstage/cli/config/tsconfig.json",
"include": [
"packages/*/src",
"plugins/*/src",
"plugins/*/dev",
"plugins/*/migrations"
],
"exclude": ["node_modules"],
"compilerOptions": {
"outDir": "dist-types",
"rootDir": "."
}
}

0 comments on commit ea21170

Please sign in to comment.