aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tsconfig.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-19 03:10:42 +0000
committerMohamedBassem <me@mbassem.com>2024-03-19 11:29:33 +0000
commitf94432b94512cef90cca6d0d5396b4547ccbe68b (patch)
treeb4888881a713654a4accbd5fbdbae6574a7e62e3 /docs/tsconfig.json
parent3304ed4733f7301a29231ee4f967e04fd7c10880 (diff)
downloadkarakeep-f94432b94512cef90cca6d0d5396b4547ccbe68b.tar.zst
docs: Bootstrap docusaurus docs
Diffstat (limited to 'docs/tsconfig.json')
-rw-r--r--docs/tsconfig.json7
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": "."
+ }
+}