13 lines
182 B
JSON
13 lines
182 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@/*": [
|
||
|
"./*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"include": [
|
||
|
"./*"
|
||
|
]
|
||
|
}
|