diff options
Diffstat (limited to 'apps/workers/tsconfig.json')
| -rw-r--r-- | apps/workers/tsconfig.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/workers/tsconfig.json b/apps/workers/tsconfig.json new file mode 100644 index 00000000..24b9a10d --- /dev/null +++ b/apps/workers/tsconfig.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://json.schemastore.org/tsconfig", + "extends": "@hoarder/tsconfig/node.json", + "include": ["**/*.ts"], + "exclude": ["node_modules"], + "compilerOptions": { + "baseUrl": ".", + "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json" + } +} |
