Skip to content

Commit

Permalink
build: fix @types/sinon error - the inferred type of "X" cannot be na…
Browse files Browse the repository at this point in the history
…med without a reference
  • Loading branch information
Mohan Raj Rajamanickam committed May 3, 2022
1 parent 8a590f3 commit eb7268d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/salesforcedx-utils-vscode/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"compilerOptions": {
"rootDir": ".",
"outDir": "out",
"typeRoots": [
"node_modules/@types"
]
// https://github.com/microsoft/TypeScript/issues/42873
"preserveSymlinks": true,
},
"exclude": [
"node_modules",
Expand Down
2 changes: 2 additions & 0 deletions packages/salesforcedx-vscode-soql/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"outDir": "out",
"strict": false,
"noImplicitAny": false,
// https://github.com/microsoft/TypeScript/issues/42873
"preserveSymlinks": true,
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit eb7268d

Please sign in to comment.