]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
NoImplicitAny flag true (#1157)
authorBO41 <lukasw41@gmail.com>
Thu, 18 Oct 2018 07:08:59 +0000 (09:08 +0200)
committerRigel Kent <par@rigelk.eu>
Thu, 18 Oct 2018 07:08:59 +0000 (09:08 +0200)
this enables the `noImplicitAny` flag in the Typescript compiler

> When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time.

closes: #1131
replaces #1137


No differences found