Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit b68889b

Browse files
committed
fix: tidying
1 parent ad85881 commit b68889b

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* foo
3-
* @module stdout-stderr
4-
*/
5-
61
import stripAnsi = require('strip-ansi')
72

83
export interface MockStd {

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
],
1313
"sourceMap": true,
1414
"strict": true,
15-
"strictFunctionTypes": false,
16-
"target": "es2017"
15+
"target": "esnext"
1716
},
1817
"include": [
1918
"src/**/*"

0 commit comments

Comments
 (0)