tsconfig.json 165 B

123456789
  1. {
  2. "compilerOptions": {
  3. "strict": true
  4. },
  5. "typedocOptions": {
  6. "entryPoints": ["pkg/cashu_js.d.ts"],
  7. "readme": "README.md"
  8. }
  9. }