aboutsummaryrefslogtreecommitdiff
path: root/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/jsconfig.json b/jsconfig.json
deleted file mode 100644
index babd576..0000000
--- a/jsconfig.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "compilerOptions": {
- "baseUrl": ".",
- "paths": {
- "@/components/*": ["components/*"],
- "@/utils/*": ["utils/*"],
- "@/lib/*": ["lib/*"],
- "@/prisma/*": ["prisma/*"]
- }
- }
-}