9 lines
94 B
JSON
9 lines
94 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
}
|
|
}
|