sentry-vscode icon indicating copy to clipboard operation
sentry-vscode copied to clipboard

Compilation fails: Unknown compiler option 'strictBindCallApply'

Open miklosme opened this issue 5 years ago • 4 comments

Building the extension is not possible, this error happens when trying to run the compile script:

$ yarn compile
yarn run v1.12.3
$ tsc -p ./
node_modules/@sentry/typescript/tsconfig.json:21:5 - error TS5023: Unknown compiler option 'strictBindCallApply'.

21     "strictBindCallApply": false,
       ~~~~~~~~~~~~~~~~~~~~~


error Command failed with exit code 2.

miklosme avatar Apr 11 '19 10:04 miklosme