stable
Clone or download
Read-only
part of request #31907 Have TypeScript typechecking in dedicated task No functional change. CI should be happy. Why? Typechecking should be handled as a dedicated task. In all touched packages but "main", there is only JavaScript code so typechecking is not needed. Change-Id: I395be489c11a30cbe6d3e696ac950df6bdbdd74b
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/angular-tlp/jest.config.js | +4 | −0 | Go to diff View file |
M | plugins/frs/jest.config.js | +3 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-admin/jest.config.js | +3 | −0 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/jest.config.js | +3 | −0 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/package.json | +1 | −0 | Go to diff View file |
M | src/scripts/main/jest.config.js | +3 | −0 | Go to diff View file |
M | src/scripts/main/package.json | +1 | −0 | Go to diff View file |
M | src/scripts/main/tsconfig.json | +2 | −1 | Go to diff View file |
M | src/scripts/main/webpack.common.js | +2 | −6 | Go to diff View file |
M | src/scripts/project-services/jest.config.js | +3 | −0 | Go to diff View file |