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