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