1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-14 17:08:54 +00:00
bramw_baserow/web-frontend/jsconfig.json
2021-12-28 12:37:58 +00:00

14 lines
168 B
JSON

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