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