tsconfig: exclude Jest files

This commit is contained in:
Alex Gleason 2022-03-18 15:17:32 -05:00
parent 3be0ddaa25
commit e3c60647dc
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -10,5 +10,6 @@
"moduleResolution": "node",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true
}
},
"exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
}