From e44ed061f2164d574c3672f06ccba15e7a017407 Mon Sep 17 00:00:00 2001 From: Aminejvm Date: Mon, 3 May 2021 20:30:33 +0000 Subject: [PATCH] added jsconfig.json --- jsconfig.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 00000000..3bb7a526 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,9 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "~/*": ["./*"], + } + }, + "exclude": ["node_modules", ".next"], + } \ No newline at end of file