ts-strictify icon indicating copy to clipboard operation
ts-strictify copied to clipboard

Add `project` flag

Open danilofuchs opened this issue 4 years ago • 0 comments

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)

danilofuchs avatar Feb 05 '21 03:02 danilofuchs