mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-28 02:59:57 -04:00
`matrix-sdk-crypto-nodejs` and `matrix-sdk-crypto-js` are no longer default members of the Cargo virtual workspace. The Github Actions workflows for the bindings now live in a `bindings_ci.yml` files (ideally, it should be in a subdirectory, `.github/workflows/bindings/ci.yml` but it doesn't work).
11 lines
182 B
JSON
11 lines
182 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true
|
|
},
|
|
"typedocOptions": {
|
|
"entryPoints": ["index.d.ts"],
|
|
"out": "docs",
|
|
"readme": "README.md",
|
|
}
|
|
}
|