0.2.24 • Published 3 years ago

@bingsjs/op-tscdoc v0.2.24

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@bingsjs/op-tscdoc

Compiles Typescript (tsc) and documents (typedoc)

Usage

See --help

Main Assumptions

Project layout:

  • "/src": Typescript sources
  • "/dist": Output files (.js, .d.ts, .js.map, etc.) emitted by tsc
  • "/test": Tests are put under "test" dir and are named with suffix ".test.ts", ".spec.ts", ".test.js", or ".spec.js"
  • "/docs": Documents, and generated API documents are put under "docs/api" dir

TSC Options:

  • "module":"es2020": emit ESM codes
  • "esModuleInterop": true
  • "target": "ES2020"