mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 07:27:45 -04:00
11 lines
181 B
JSON
11 lines
181 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true
|
|
},
|
|
"typedocOptions": {
|
|
"entryPoints": ["index.d.ts"],
|
|
"out": "docs",
|
|
"readme": "README.md"
|
|
}
|
|
}
|