Skip to content

Commit 6688743

Browse files
committed
- fix for tslint
1 parent 8bee8e9 commit 6688743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export default function typescript(options: IOptions)
121121
exclude: [ "*.d.ts", "**/*.d.ts" ],
122122
abortOnError: true,
123123
rollupCommonJSResolveHack: false,
124-
tsconfig: "tsconfig.json"
124+
tsconfig: "tsconfig.json",
125125
});
126126

127127
let rollupConfig: any;

0 commit comments

Comments
 (0)