Newer
Older
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "build",
Nemanja Glumac
committed
"types": [
"cypress",
"@testing-library/cypress",
"cypress-real-events",
"@cypress/grep"
],
"paths": {
"*": ["../frontend/src/*"],
"e2e/*": ["./*"]
}
},
"include": ["**/*"]
}