Merge pull request #12705 from Budibase/chore/fix-running-worker-from-ts
Fix running worker directly from ts
This commit is contained in:
commit
a8b95fedfe
|
@ -4,6 +4,9 @@
|
|||
"composite": true,
|
||||
"baseUrl": "."
|
||||
},
|
||||
"ts-node": {
|
||||
"require": ["tsconfig-paths/register"]
|
||||
},
|
||||
"include": ["src/**/*", "__mocks__/**/*"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue