mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-11 20:37:46 -05:00
Enable "space-within-parens" lint rule (#18856)
This commit is contained in:
@@ -64,7 +64,7 @@ namespace ts {
|
||||
const rootScriptInfo = projectService.getOrCreateScriptInfo(rootFile, /* openedByClient */ true, /*containingProject*/ undefined);
|
||||
|
||||
const project = projectService.createInferredProjectWithRootFileIfNecessary(rootScriptInfo);
|
||||
project.setCompilerOptions({ module: ts.ModuleKind.AMD, noLib: true } );
|
||||
project.setCompilerOptions({ module: ts.ModuleKind.AMD, noLib: true });
|
||||
return {
|
||||
project,
|
||||
rootScriptInfo
|
||||
|
||||
Reference in New Issue
Block a user