Skip to content

Commit 613871e

Browse files
committed
fix tsconfig issues
Signed-off-by: NishkarshRaj <[email protected]>
1 parent 45cec5e commit 613871e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ yarn add –cwd packages/app @statusneo/backstage-plugin-github
2323

2424
```javascript
2525
import { githubApiRef, GithubClient as StatusNeoGithubClient } from '@statusneo/backstage-plugin-github';
26-
26+
2727
// ...
2828
createApiFactory({
2929
api: githubApiRef,

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"extends": "@backstage/cli/config/tsconfig.json",
33
"include": [
4-
"./src"
4+
"src"
55
],
6+
"exclude": ["**/*.d.ts", "dist", "node_modules"],
67
"compilerOptions": {
78
"outDir": "dist-types",
8-
"incremental": false
9+
"rootDir": ".",
910
}
1011
}

0 commit comments

Comments
 (0)