From cbc17db44c18a19702938b3fe70ea3de81d326ea Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Mon, 1 Dec 2025 00:45:09 +0000 Subject: make it work --- source/about/jsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 source/about/jsconfig.json (limited to 'source/about/jsconfig.json') diff --git a/source/about/jsconfig.json b/source/about/jsconfig.json new file mode 100644 index 0000000..b8d6842 --- /dev/null +++ b/source/about/jsconfig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "paths": { + "@/*": ["./src/*"] + } + } +} -- cgit v1.2.3