tdoptions.json 171 B

1234567891011
  1. {
  2. "module": "commonjs",
  3. "target": "ES5",
  4. "excludeNotExported": true,
  5. "experimentalDecorators": true,
  6. "mode": "file",
  7. "out": "docs",
  8. "src": [
  9. "src"
  10. ]
  11. }