From 1a18c9a67bff181a0e69edbc8e5e9535d9ee791f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 14 Jul 2023 11:42:42 -0400 Subject: Initial commit from Create Next App --- jsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 jsconfig.json (limited to 'jsconfig.json') diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..2a2e4b3 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "paths": { + "@/*": ["./*"] + } + } +} -- cgit v1.2.3