AniX/frontend/jsconfig.json

8 lines
148 B
JSON

{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
},
"exclude": ["node_modules", "**/.next/**", "**/_next/**", "**/dist/**"]
}