UNPKG

@specs-feup/alpakka

Version:

Alpakka is a [LARA Framework](https://github.com/specs-feup/lara-framework) source-to-source compiler for Android's [smali](https://github.com/google/smali) syntax. It enables the analysis and transformation of Android apps through APK files.

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", }