frontPanel/cypress/tsconfig.json

13 lines
189 B
JSON
Raw Permalink Normal View History

2023-10-17 13:43:31 +00:00
{
"compilerOptions": {
"noEmit": true,
"types": [
"cypress"
]
},
"include": [
"../node_modules/cypress",
"./**/*.ts"
]
}