Files
cdk/bindings/cashu-js/tsconfig.json
thesimplekid cbe16b5420 pack wasm
2023-10-02 21:35:10 +01:00

10 lines
165 B
JSON

{
"compilerOptions": {
"strict": true
},
"typedocOptions": {
"entryPoints": ["pkg/cashu_js.d.ts"],
"readme": "README.md"
}
}