10 lines
169 B
JSON
10 lines
169 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@/*": ["resources/js/*"]
|
||
|
}
|
||
|
},
|
||
|
"exclude": ["node_modules", "public"]
|
||
|
}
|