1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-23 18:34:02 +02:00
focalboard/webapp/cypress/tsconfig.json

11 lines
167 B
JSON
Raw 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
]
}