focalboard/webapp/cypress/tsconfig.json

11 lines
167 B
JSON
Raw Permalink Normal View History

2020-12-10 13:45:56 -08:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"types": ["cypress"]
},
"include": [
2020-12-10 14:08:51 -08:00
"**/*.ts"
2020-12-10 13:45:56 -08:00
]
}