8 lines
155 B
JSON
8 lines
155 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"exclude": [
|
|
"../**/*.test.ts",
|
|
"../**/*.test-utils.ts",
|
|
"../**/__fixtures__/**",
|
|
]
|
|
}
|