Add config, type fixes

Signed-off-by: Tim Hansen <timbonicush@spotify.com>
This commit is contained in:
Tim Hansen
2021-11-16 13:21:17 -07:00
parent e84abaccaf
commit db299e05ef
7 changed files with 74 additions and 6 deletions
+3 -1
View File
@@ -21,8 +21,10 @@
],
"license": "Apache-2.0",
"files": [
"dist"
"dist",
"config.d.ts"
],
"configSchema": "config.d.ts",
"scripts": {
"build": "backstage-cli build",
"lint": "backstage-cli lint",