Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nabuskey committed Jul 7, 2023
1 parent 5a287c5 commit 9f63dfc
Show file tree
Hide file tree
Showing 3 changed files with 13,202 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@testing-library/dom": ">=7.21.4",
"react": "^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0",
"react-use": "^17.2.4",
"typescript": "^3.7.5 || ^4.0.0 || ^5.0.0",
"yaml": "^2.3.1"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "@backstage/cli/config/tsconfig.json",
"include": ["src", "dev"],
"compilerOptions": {
"outDir": "dist-types"
}
}
Loading

0 comments on commit 9f63dfc

Please sign in to comment.