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