3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00

Fix issues caused by @shared tsconfig path

This commit is contained in:
Dragory 2019-11-08 00:03:02 +02:00
parent 487dee9838
commit 5352a2625b
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"
}