* Update pds package publishing scripts * Update auth package publishing scripts * Update crypto package publishing scripts * Update did-resolver package publishing scripts * Update handle package publishing scripts * Update xrpc-server package publishing scripts * Update common package publishing scripts * Update plc package publishing scripts * Update uri package publishing scripts * Update repo package publishing scripts
14 lines
376 B
JSON
14 lines
376 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist", // Your outDir,
|
|
"emitDeclarationOnly": true
|
|
},
|
|
"include": ["./src","__tests__/**/**.ts"],
|
|
"references": [
|
|
{ "path": "../common/tsconfig.build.json" },
|
|
{ "path": "../lexicon/tsconfig.build.json" },
|
|
{ "path": "../xrpc/tsconfig.build.json" },
|
|
]
|
|
} |