10 lines
118 B
JSON
10 lines
118 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"$/*": ["*"],
|
|
"@/*": ["public/*"]
|
|
}
|
|
}
|
|
}
|