Files
welshman/packages/net/tsconfig.build.json
T
2025-04-02 10:48:51 -07:00

17 lines
304 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"]
}
},
"include": [
"src/**/*"
]
}