diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-19 03:10:42 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-19 11:29:33 +0000 |
| commit | f94432b94512cef90cca6d0d5396b4547ccbe68b (patch) | |
| tree | b4888881a713654a4accbd5fbdbae6574a7e62e3 /docs/tsconfig.json | |
| parent | 3304ed4733f7301a29231ee4f967e04fd7c10880 (diff) | |
| download | karakeep-f94432b94512cef90cca6d0d5396b4547ccbe68b.tar.zst | |
docs: Bootstrap docusaurus docs
Diffstat (limited to 'docs/tsconfig.json')
| -rw-r--r-- | docs/tsconfig.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/tsconfig.json b/docs/tsconfig.json new file mode 100644 index 00000000..314eab8a --- /dev/null +++ b/docs/tsconfig.json @@ -0,0 +1,7 @@ +{ + // This file is not used in compilation. It is here just for a nice editor experience. + "extends": "@docusaurus/tsconfig", + "compilerOptions": { + "baseUrl": "." + } +} |
