mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
8 lines
148 B
JSON
8 lines
148 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "**/.next/**", "**/_next/**", "**/dist/**"]
|
|
}
|