1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-12 09:04:14 +02:00
focalboard/webapp/cypress/tsconfig.json

11 lines
167 B
JSON
Raw Normal View History

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