UNPKG

@specs-feup/alpakka

Version:

A Smali/APK source-to-source compiler written in Typescript

8 lines (6 loc) 212 B
import { fileURLToPath } from "url"; export default { extends: [ fileURLToPath(import.meta.resolve("@specs-feup/lara/typedoc.base.json")) ], entryPoints: ["src-api/"], tsconfig: "src-api/tsconfig.json", }