Lines Matching refs:compilerOptions
129 export const compilerOptions: ts.CompilerOptions = ts.readConfigFile( constant
130 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
152 Object.assign(compilerOptions, {
181 Object.assign(compilerOptions, {
187 Object.assign(compilerOptions, {'packageManagerType': 'ohpm'});
327 getCompilationSettings: () => compilerOptions,
377 const currentTargetESVersion: ts.ScriptTarget = compilerOptions.target;
414 deleteBuildInfoCache(compilerOptions.tsBuildInfoFile);
418 deleteBuildInfoCache(compilerOptions.tsBuildInfoFile);
898 …vedFile = ts.resolveTypeReferenceDirective(typeName, containingFile, compilerOptions, moduleResolu…
920 …const result = ts.resolveModuleName(moduleName, containingFile, compilerOptions, moduleResolutionH…
1078 const watchCompilerOptions = {...compilerOptions, tsBuildInfoFile: buildInfoPath};
1155 ts.ScriptTarget.Latest, true, ts.ScriptKind.ETS, compilerOptions);