diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 105c510..a28cdaf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,7 +20,7 @@ "@emprespresso/pengueno": ["./u/index.ts"], "@emprespresso/ci_model": ["./model/index.ts"], "@emprespresso/ci_server": ["./server/index.ts"], - "@emprespresso/ci_worker": ["./worker/index.ts"], + "@emprespresso/ci_worker": ["./worker/index.ts"] } }, "include": ["**/*.ts", "**/*.js"], |