mirror of
https://github.com/CarlGao4/um-react-electron.git
synced 2024-11-24 00:12:16 +00:00
9 lines
172 B
JSON
9 lines
172 B
JSON
|
{
|
||
|
"extends": "./tsconfig",
|
||
|
"exclude": [
|
||
|
"./src/**/__tests__/**",
|
||
|
"./src/**/__mocks__/**",
|
||
|
"./src/test-utils/**",
|
||
|
"./src/**/*.test.{js,jsx,ts,tsx}"
|
||
|
]
|
||
|
}
|