From d7c46a9eae28046bb26da182abc298dc18ed5a10 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 23 Mar 2025 01:39:11 -0400 Subject: Replacing Astro with Next.JS; Prefix warning; Consistent env vars --- web/jsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 web/jsconfig.json (limited to 'web/jsconfig.json') diff --git a/web/jsconfig.json b/web/jsconfig.json new file mode 100644 index 0000000..b8d6842 --- /dev/null +++ b/web/jsconfig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "paths": { + "@/*": ["./src/*"] + } + } +} -- cgit v1.2.3