1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-10-18 00:06:59 +00:00
bramw_baserow/premium/web-frontend/jsconfig.json

17 lines
262 B
JSON

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