12 lines
171 B
JSON
12 lines
171 B
JSON
{
|
|
"extends": "./tsconfig.build.json",
|
|
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@welshman/*": ["packages/*/src"]
|
|
},
|
|
"noEmit": true
|
|
}
|
|
}
|