We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a29926 commit 2f90271Copy full SHA for 2f90271
1 file changed
src/services/jsTyping.ts
@@ -55,8 +55,8 @@ namespace ts.JsTyping {
55
globalCachePath: Path,
56
projectRootPath: Path,
57
typingOptions: TypingOptions,
58
- compilerOptions: CompilerOptions)
59
- : { cachedTypingPaths: string[], newTypingNames: string[], filesToWatch: string[] } {
+ compilerOptions: CompilerOptions):
+ { cachedTypingPaths: string[], newTypingNames: string[], filesToWatch: string[] } {
60
61
// A typing name to typing file path mapping
62
const inferredTypings: Map<string> = {};
0 commit comments