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