
* use $ syntax * missing test case change * try being a little smart * improve merge imports logic * add public as well * oops missed that one * last one there
10 lines
118 B
JSON
10 lines
118 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"$/*": ["*"],
|
|
"@/*": ["public/*"]
|
|
}
|
|
}
|
|
}
|