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