15 lines
202 B
JSON
15 lines
202 B
JSON
{
|
|
"extends": "../../tsconfig.build.json",
|
|
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"paths": {
|
|
"@welshman/lib": ["../lib/src/index.js"]
|
|
}
|
|
},
|
|
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|