Searched defs:getCompilationSettings (Results 1 – 11 of 11) sorted by relevance
96 getCompilationSettings: ts.getDefaultCompilerOptions, constant192 getCompilationSettings: () => result.options, constant
148 getCompilationSettings: function () { return options; }, method
83 getCompilationSettings(): string; method449 public getCompilationSettings(): CompilerOptions { method in LanguageServiceShimHostAdapter
284 getCompilationSettings(): CompilerOptions; method
81 getCompilationSettings(): CompilerOptions; method
7367 getCompilationSettings(): CompilerOptions; method
3577 getCompilationSettings(): CompilerOptions; method6577 getCompilationSettings(): CompilerOptions; method
7580 getCompilationSettings(): CompilerOptions; method10507 getCompilationSettings(): CompilerOptions; method
111115 compilerHost.getCompilationSettings = () => compilerOptions; function