mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-12 09:04:14 +02:00
12 lines
203 B
JSON
12 lines
203 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"types": ["cypress"]
|
|
},
|
|
"include": [
|
|
"../node_modules/cypress",
|
|
"./*/*.ts"
|
|
]
|
|
}
|