* chore(repo): move add-nx into main nx repo * fix(misc): fix publishing of add nx projects Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
10 lines
276 B
JavaScript
10 lines
276 B
JavaScript
module.exports = {
|
|
name: 'make-angular-cli-faster',
|
|
preset: '../../jest.config.js',
|
|
transform: {
|
|
'^.+\\.[tj]sx?$': 'ts-jest',
|
|
},
|
|
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
|
|
coverageDirectory: '../../coverage/projects/make-angular-cli-faster',
|
|
};
|