Closed ccorcos closed 5 years ago
Google is your friend :)
This is the command you have to run. Might make sense to put this in the README.
./node_modules/.bin/tslint --project tsconfig.json --config tslint.json --type-check
I also have a really large project so I had to run with this command:
node --max-old-space-size=8192 ./node_modules/.bin/tslint --project tsconfig.json --config tslint.json --type-check
PRs welcome!
Not sure what to do about this warning... the plugin doesnt appear to be working.