Skip to content

Commit 709c4f2

Browse files
committed
FIX: add tsconfig for frontend
1 parent c6f9194 commit 709c4f2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tsconfig.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
"extends": "@backstage/cli/config/tsconfig.json",
33
"include": [
44
"packages/*/src",
5+
"packages/*/config.d.ts",
56
"plugins/*/src",
7+
"plugins/*/config.d.ts",
68
"plugins/*/dev",
7-
"plugins/*/migrations",
8-
"tests/**/*",
9-
"cypress/**/*"
9+
"plugins/*/migrations"
1010
],
1111
"exclude": ["node_modules"],
1212
"compilerOptions": {
1313
"outDir": "dist-types",
14-
"rootDir": ".",
15-
"jsx": "react-jsx"
14+
"rootDir": "."
1615
}
1716
}

0 commit comments

Comments
 (0)