propelml / propel

Differential Programming in JavaScript.
http://propelml.org/
Apache License 2.0
2.71k stars 104 forks source link

Enable strict type checking in tsconfig. #26

Open ry opened 6 years ago

ry commented 6 years ago

tslint improved in 63049594b37570fbed4727e7af7001496f5a413b

it could be better still. there are still some lines commented. Ideally we'll be able to turn on strict type checking at some point.

ofrobots commented 6 years ago

It may be worth checking out https://github.com/google/ts-style to enforce a style guide on the project.