10 lines
133 B
JSON
10 lines
133 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", ".next"]
|
|
}
|