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