diff --git a/lib/index.ts b/lib/index.ts index 3773c56..8f9da86 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -21,7 +21,7 @@ export interface Options { tsconfig: boolean; tslint: boolean; editorconfig: boolean; - vscode: boolean; + vscode?: boolean; tsfmt: boolean; }