forest-filecoin 0.33.3

Rust Filecoin implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "@docusaurus/tsconfig",
  "compilerOptions": {
    // Required: the parent sets baseUrl: ".", which TS 6.0 resolves relative to the parent's
    // location in node_modules. Re-declaring here anchors @site/* path resolution to docs/.
    "baseUrl": ".",
    "skipLibCheck": true,
    // Silences TS5101 from the parent's deprecated baseUrl. Drop once @docusaurus/tsconfig removes it.
    "ignoreDeprecations": "6.0"
  }
}