Files
matrix-rust-sdk/bindings/matrix-sdk-crypto-nodejs/tsconfig.json
2023-02-15 12:39:54 +00:00

11 lines
181 B
JSON

{
"compilerOptions": {
"strict": true
},
"typedocOptions": {
"entryPoints": ["index.d.ts"],
"out": "docs",
"readme": "README.md"
}
}