Skip to content

Commit

Permalink
Detect local version of typescript in vscode (#5267)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesBurnside authored Oct 9, 2024
1 parent ac432f0 commit b7ba9c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"before-after-diff-checker.destPath": "preprocessed",
"before-after-diff-checker.compileCommand": "rushx _by-flavor \"rushx preprocess\" && (npx eslint $PROCESSED_FILE --fix || true)",
"before-after-diff-checker.srcPath": "src",
"before-after-diff-checker.enableOnSave": false
"before-after-diff-checker.enableOnSave": false,
"typescript.tsdk": "common/config/node_modules/typescript/lib"
}

0 comments on commit b7ba9c7

Please sign in to comment.