We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10e698 commit e7bb09eCopy full SHA for e7bb09e
1 file changed
test/helpers/streamLog.ts
@@ -1,10 +1,14 @@
1
+/* tslint:disable:no-require-imports */
2
+
3
// core modules
4
import * as path from 'path';
5
6
// dep modules
7
import * as fs from 'graceful-fs';
8
import * as mkdirp from 'mkdirp';
-import rimraf from 'rimraf';
9
10
+// @ts-ignore
11
+const rimraf = require('rimraf');
12
13
export const streamLog = (jsonc: any, logMethod: string, msgList: any[]) => {
14
0 commit comments