Add tsconfig to non monorepo plugin.

This commit is contained in:
Fabian Chong
2020-10-26 13:35:25 +08:00
parent 03b21ff56f
commit f09e6eb4ce
3 changed files with 20 additions and 5 deletions
@@ -0,0 +1,13 @@
{
"extends": "@backstage/cli/config/tsconfig.json",
"include": [
"src",
"dev",
"migrations"
],
"exclude": ["node_modules"],
"compilerOptions": {
"outDir": "dist-types",
"rootDir": "."
}
}