mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-05-07 20:32:26 +00:00
10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["resources/js/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "public"]
|
|
}
|