diff options
| author | MohamedBassem <me@mbassem.com> | 2024-02-06 17:00:26 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-02-06 17:00:26 +0000 |
| commit | e035c2fd1067a06d4774c64ae54548f664490f9d (patch) | |
| tree | 90d884e87b0bc24c55a851deca40fdafa9e11bb4 /web/tsconfig.json | |
| parent | 7c262a2920bfde6fb26c66f22632ec016d9dd137 (diff) | |
| download | karakeep-e035c2fd1067a06d4774c64ae54548f664490f9d.tar.zst | |
Init package and start bullmq workers
Diffstat (limited to 'web/tsconfig.json')
| -rw-r--r-- | web/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/tsconfig.json b/web/tsconfig.json index e7ff90fd..a25dbc14 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, |
