mirror of
https://github.com/henry4682/finance_app.git
synced 2026-07-16 08:20:00 +00:00
11 lines
223 B
JSON
11 lines
223 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["resources/js/*"],
|
|
"ziggy-js": ["./vendor/tightenco/ziggy"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "public"]
|
|
}
|