* revamp crypto lib * reworkign ucan capabilities * fixing up auth lib * migrating to monorepo * got jest working with esm * tests & fixed CID parsing * common tests up to date * ported did-sdk * cli + did:web hanging fix * ported server * poted example app * working on server build * server build working * integrating dev-env * patched up frontend scripts * patching up cli & dev env build script * docs & readme * fixing up package.jsons * wiped out unneeded dev deps
4 lines
81 B
JSON
4 lines
81 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["**/*.spec.ts", "**/*.test.ts"]
|
|
} |