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