tsconfig: exclude Jest files
This commit is contained in:
parent
3be0ddaa25
commit
e3c60647dc
1 changed files with 2 additions and 1 deletions
|
@ -10,5 +10,6 @@
|
|||
"moduleResolution": "node",
|
||||
"experimentalDecorators": true,
|
||||
"allowSyntheticDefaultImports": true
|
||||
}
|
||||
},
|
||||
"exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue