focalboard/webapp/cypress/tsconfig.json

11 lines
167 B
JSON
Raw Normal View History

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