ts-strictify
ts-strictify copied to clipboard
Add `project` flag
tsc allows passing down a --project ./other/tsconfig.json file.
By using this, instead of building the flags ourselves, lib users can fully customize the stricter config.
This is necessary since new TS flags are not going to be made available on tsc (see https://github.com/cschroeter/ts-strictify/pull/31)