mirror of
https://github.com/crivion/laranode.git
synced 2026-05-06 13:41:02 +08: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"]
|
|
}
|