tsconfig: exclude Jest files

remove-makegetotheraccounts
Alex Gleason 3 years ago
parent 3be0ddaa25
commit e3c60647dc
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

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

Loading…
Cancel
Save