focalboard/webapp/cypress/tsconfig.json
2020-12-10 14:08:51 -08:00

11 lines
167 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"types": ["cypress"]
},
"include": [
"**/*.ts"
]
}