mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
12 lines
295 B
TypeScript
12 lines
295 B
TypeScript
import { NativeScriptConfig } from '@nativescript/core';
|
|
|
|
export default {
|
|
id: 'org.nativescript.ToolBox',
|
|
appResourcesPath: '../../tools/assets/App_Resources',
|
|
android: {
|
|
v8Flags: '--expose_gc',
|
|
markingMode: 'none',
|
|
suppressCallJSMethodExceptions: false,
|
|
}
|
|
} as NativeScriptConfig;
|