frontPanel/cypress/tsconfig.json
2023-10-17 16:43:31 +03:00

13 lines
189 B
JSON

{
"compilerOptions": {
"noEmit": true,
"types": [
"cypress"
]
},
"include": [
"../node_modules/cypress",
"./**/*.ts"
]
}