In console
$ tsc @cli-ts-params.txt ./path-to-file
OR
$ npx tsc @cli-ts-params.txt ./path-to-file
in cli-ts-params.txt
--types cypress
--types testing-library__cypress
--types jest
--skipLibCheck true
--allowSyntheticDefaultImports true
--esModuleInterop true
--target es5
--strict true
--outDir ./integration/compiled
Any params from outside of ot compilerOptions aren't supported.