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

17 lines
No EOL
262 B
JSON

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