mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
chore(core): monorepo, esm targeting, improved management (#8707)
This commit is contained in:
9
packages/types-android/jest.config.js
Normal file
9
packages/types-android/jest.config.js
Normal file
@ -0,0 +1,9 @@
|
||||
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'
|
||||
};
|
Reference in New Issue
Block a user