14 lines
118 B
JSON
14 lines
118 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"./src/*"
|
|
],
|
|
"~/*": [
|
|
"./*"
|
|
]
|
|
}
|
|
}
|
|
}
|