From f94432b94512cef90cca6d0d5396b4547ccbe68b Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 19 Mar 2024 03:10:42 +0000 Subject: docs: Bootstrap docusaurus docs --- docs/tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/tsconfig.json (limited to 'docs/tsconfig.json') 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": "." + } +} -- cgit v1.2.3-70-g09d2