ToolJet/cypress/jsconfig.json
Ajith KV 794e708e6a
Updated cypress folder structure (#2909)
* Removed outdated cypress tests

* Updated cypress folder structure
2022-04-26 19:30:01 +05:30

12 lines
No EOL
226 B
JSON

{
"compilerOptions": {
"paths": {
"Texts/*": [
"./constants/texts/*"
],
"Selectors/*": [
"./constants/selectors/*"
]
}
}
}