mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
12 lines
305 B
TypeScript
12 lines
305 B
TypeScript
import { NativeScriptConfig } from '@nativescript/core';
|
|
|
|
export default {
|
|
id: 'org.nativescript.UnitTestApp',
|
|
appResourcesPath: '../../tools/assets/App_Resources',
|
|
webpackConfigPath: 'webpack.custom.config.js',
|
|
android: {
|
|
v8Flags: '--expose_gc',
|
|
markingMode: 'none',
|
|
},
|
|
} as NativeScriptConfig;
|