remove ts jest config

typescript
Yanick Champoux 2019-10-22 10:46:15 -04:00
parent 25c31eae4d
commit 78696efcbb
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
module.exports = {
"roots": [
"./src"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
}