La compilation plante sur `@types/jasmine/index.d.ts`
> jalhyd@1.0.0 build /home/dorch/Cassiopee2/jalhyd-test
> ./node_modules/typescript/bin/tsc --p src/tsconfig.app.json
node_modules/@types/jasmine/index.d.ts(40,52): error TS1005: '=' expected.
node_modules/@types/jasmine/index.d.ts(42,62): error TS1005: '=' expected.
D'après https://stackoverflow.com/a/42318119 :
After searching in google, came to know that latest version 2.5.43 of @types/jasmine is not compatible with typescript version 2.0.*.
So had to upgrade typescript to 2.1.6.
Read more here: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/14569
Je vais donc upgrader jalhyd à la dernière version de TypeScript pour que ça passe.