3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 20:35:02 +00:00

Fix issues caused by @shared tsconfig path

This commit is contained in:
Dragory 2019-11-08 00:03:02 +02:00
parent 53ed83b701
commit 9390b164d8
8 changed files with 56 additions and 18 deletions

View file

@ -1,5 +1,6 @@
{
"watch": "src",
"watch": ["src", "../shared/src"],
"ignore": ["src/api/*", "src/migrations/*"],
"ext": "ts",
"exec": "node -r ts-node/register ./src/index.ts"
"exec": "node -r ts-node/register -r tsconfig-paths/register ./src/index.ts"
}