8 lines
120 B
JSON
8 lines
120 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"include": ["src"],
|
||
|
"exclude": [
|
||
|
"**/*.test.ts",
|
||
|
"**/*.test.tsx"
|
||
|
]
|
||
|
}
|