@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.
16 lines (15 loc) • 330 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"declaration": true,
"strict": true,
//"allowJs": true,
//"checkJs": true,
"moduleResolution": "NodeNext",
"sourceMap": true,
"declarationMap": true,
"allowSyntheticDefaultImports": true
//"esModuleInterop": true
}
}