* move handle resolution to .well-known * required handle on resolveHandle * rm test * tidy * tidy * fix up appview * missing await * atproto-handle -> atproto-did * shift did & handle resolution to new identity package * fix up network mocks * fix up another test * one more * drop lex comment * rm handle param * Update packages/identity/src/handle/index.ts Co-authored-by: devin ivy <devinivy@gmail.com> * still temporarily support xrpc handle resolution * typo * ensure return value is a string --------- Co-authored-by: devin ivy <devinivy@gmail.com>
22 lines
749 B
JSON
22 lines
749 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist", // Your outDir,
|
|
"emitDeclarationOnly": true,
|
|
},
|
|
"module": "nodenext",
|
|
"include": ["./src","__tests__/**/**.ts"],
|
|
"references": [
|
|
{ "path": "../api/tsconfig.build.json" },
|
|
{ "path": "../common/tsconfig.build.json" },
|
|
{ "path": "../crypto/tsconfig.build.json" },
|
|
{ "path": "../identity/tsconfig.build.json" },
|
|
{ "path": "../identifier/tsconfig.build.json" },
|
|
{ "path": "../lexicon/tsconfig.build.json" },
|
|
{ "path": "../lex-cli/tsconfig.build.json" },
|
|
{ "path": "../repo/tsconfig.build.json" },
|
|
{ "path": "../uri/tsconfig.build.json" },
|
|
{ "path": "../xrpc-server/tsconfig.build.json" }
|
|
]
|
|
} |