10 lines
126 B
JSON
10 lines
126 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": ".",
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["src/*"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"exclude": ["node_modules"]
|
||
|
|
}
|