tdoptions.json 288 B

1234567891011121314
  1. {
  2. "module": "commonjs",
  3. "target": "ES5",
  4. "excludeNotExported": true,
  5. "experimentalDecorators": true,
  6. "mode": "file",
  7. "out": "docs",
  8. "src": [
  9. "src/index.ts",
  10. "typings/codemirror/codemirror.d.ts",
  11. "typings/es6-promise.d.ts",
  12. "typings/moment/moment.d.ts"
  13. ]
  14. }