aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/typings.d.ts
Commit message (Collapse)AuthorAgeFilesLines
* Migrate client to eslintChocobozzz2021-08-181-0/+1
|
* Lazy load emojiChocobozzz2020-11-191-0/+2
|
* Better typingsChocobozzz2018-10-181-3/+3
|
* NoImplicitAny flag true (#1157)BO412018-10-181-0/+1
| | | | | | | | 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
* Move to angular cliChocobozzz2017-12-121-0/+5