From bc297e5e496d9f48ef77581b7fb41fdf328a62cf Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 15 Mar 2026 16:19:35 -0400 Subject: refactor: dev-docs/ --- dev-docs/tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dev-docs/tsconfig.json (limited to 'dev-docs/tsconfig.json') diff --git a/dev-docs/tsconfig.json b/dev-docs/tsconfig.json new file mode 100644 index 0000000..6f47569 --- /dev/null +++ b/dev-docs/tsconfig.json @@ -0,0 +1,7 @@ +{ + // This file is not used in compilation. It is here just for a nice editor experience. + "extends": "@tsconfig/docusaurus/tsconfig.json", + "compilerOptions": { + "baseUrl": "." + } +} -- cgit v1.2.3