packages/cli: make src-relative imports work

This commit is contained in:
Patrik Oldsberg
2020-04-06 15:36:38 +02:00
parent bc4f6ea3ad
commit 28b576967c
6 changed files with 87 additions and 10 deletions
+2 -1
View File
@@ -39,7 +39,8 @@
"@types/webpack-dev-server": "^3.10.0",
"del": "^5.1.0",
"nodemon": "^2.0.2",
"ts-node": "^8.6.2"
"ts-node": "^8.6.2",
"tsconfig-paths": "^3.9.0"
},
"bin": {
"backstage-cli": "bin/backstage-cli"