{
"extends": "./tsconfig.json",
"exclude": ["assets", "build", "node_modules", "webpack.tsconfig.json"],
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"cypress/**/*.ts",
"cypress/**/*.js",
"mocks/**/*.ts",
"mocks/**/*.tsx"
]
}