11 lines
237 B
JSON
11 lines
237 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["showcase/src/*", "directory/src/*"],
|
|
"!/*": ["showcase/src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "**/node_modules", "dist", "operator", "release"]
|
|
}
|