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:
parent
53ed83b701
commit
9390b164d8
8 changed files with 56 additions and 18 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue