mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
10 lines
254 B
JavaScript
10 lines
254 B
JavaScript
module.exports = {
|
|
name: 'types-android',
|
|
preset: '../../jest.config.js',
|
|
transform: {
|
|
'^.+\\.[tj]sx?$': 'ts-jest'
|
|
},
|
|
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
|
|
coverageDirectory: '../../coverage/packages/types-android'
|
|
};
|