1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-01-30 18:36:29 +00:00
bramw_baserow/tests/jsconfig.json

10 lines
176 B
JSON

{
"compilerOptions": {
"baseUrl": "./cases",
"paths": {
"@baserow_test_cases/*": [
"./cases/*"
]
}
},
}