Skip to content

Commit a2c0d4a

Browse files
Update types-checks-filter-out-node_modules.js
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent d93f3d8 commit a2c0d4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types-checks-filter-out-node_modules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const excludeErrors = [
2222
['jasmine-wdio-expect-async.d.ts', "error TS2304: Cannot find name 'Expected'"],
2323
]
2424

25-
node.exec('tsc --project tsconfig.types.json', (error, stdout, stderr) => {
25+
node.exec('tsc --project tsconfig.types.json --noEmit', (error, stdout, stderr) => {
2626
const output = stdout + stderr
2727
const lines = output.split('\n')
2828
let found = false

0 commit comments

Comments
 (0)