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

14 lines
206 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@baserow_enterprise/*": [
"./modules/baserow_enterprise/*"
]
}
},
"exclude": [
"node_modules",
".nuxt"
]
}