diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tsconfig.json b/tsconfig.json index 001b5247e..c75a30b05 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,13 +4,12 @@ "jsx": "react-jsx", "module": "esnext", "types": ["node", "jest"], + "baseUrl": ".", "paths": { "#/*": ["./src/*"], - "lib/*": ["./src/lib/*"], - "platform/*": ["./src/platform/*"], - "state/*": ["./src/state/*"], - "view/*": ["./src/view/*"], - "crypto": ["./src/platform/crypto.ts"] + "crypto": ["./src/platform/crypto.ts"], + "multiformats/cid": ["node_modules/multiformats/types/src/cid.d.ts"], + "multiformats/hashes/hasher": ["node_modules/multiformats/types/src/hashes/hasher.d.ts"] } }, "exclude": ["bskyweb", "bskyembed", "web-build"] |