mirror of
https://github.com/acamarata/moon-sighting.git
synced 2026-06-30 19:04:24 +00:00
Add typedoc and typedoc-plugin-markdown as devDependencies. Add typedoc.json config targeting src/index.ts with markdown output to .github/wiki/api. Add docs script to package.json. Generate initial API reference pages. Part of T-E8-03 — TypeDoc automation for all 12 JS/TS packages.
1.5 KiB
1.5 KiB
moon-sighting / KernelConfig
Interface: KernelConfig
Defined in: types.ts:405
Properties
cacheDir?
optionalcacheDir?:string
Defined in: types.ts:414
Directory for the download cache. Defaults to ~/.cache/moon-sighting on POSIX, %LOCALAPPDATA%\moon-sighting on Windows.
checksumOverride?
optionalchecksumOverride?:string
Defined in: types.ts:419
SHA-256 checksum of de442s.bsp for download verification. Bundled default matches the NAIF distribution as of 2024.
leapSeconds?
optionalleapSeconds?:KernelSource
Defined in: types.ts:409
Leap-second kernel — defaults to naif0012.tls via auto-download
planetary?
optionalplanetary?:KernelSource
Defined in: types.ts:407
Planetary SPK kernel — defaults to de442s.bsp via auto-download