Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit 3d68c74

Browse files
committed
style: lint issue
1 parent bc9b544 commit 3d68c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface LoaderConfig {
1212
configFileName?: string;
1313
configFileContent?: string;
1414
forceIsolatedModules?: boolean;
15-
errorsAsWarnings?: boolean
15+
errorsAsWarnings?: boolean;
1616
transpileOnly?: boolean;
1717
ignoreDiagnostics?: number[];
1818
compilerOptions?: ts.CompilerOptions;

0 commit comments

Comments
 (0)