From c3170534e79ce0a481d0e8b748ba02a77124cfdb Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 28 Jul 2026 17:13:06 +0100 Subject: website-nextjs --- 174bg/website-nextjs/jsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 174bg/website-nextjs/jsconfig.json (limited to '174bg/website-nextjs/jsconfig.json') diff --git a/174bg/website-nextjs/jsconfig.json b/174bg/website-nextjs/jsconfig.json new file mode 100644 index 0000000..b8d6842 --- /dev/null +++ b/174bg/website-nextjs/jsconfig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "paths": { + "@/*": ["./src/*"] + } + } +} -- cgit v1.2.3