Skip to content

Commit ea4489a

Browse files
committed
build: silence ts-jest diagnostics by simply excluding everything
For whatever reason, `diagnostics: false` does not accomplish this and we really only care about type-checking the `api` directory right now
1 parent fb6cc0e commit ea4489a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
tsconfig: './src/tsconfig.json',
1717
diagnostics: {
1818
warnOnly: true,
19-
exclude: ['src/scripts/**/*.js', 'src/config/**/*.js'],
19+
exclude: ['**/*'],
2020
},
2121
},
2222
},

0 commit comments

Comments
 (0)