1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-23 21:17:56 +00:00
bramw_baserow/enterprise/web-frontend/jsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
206 B
JSON
Raw Permalink Normal View History

2022-09-20 13:31:46 +00:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@baserow_enterprise/*": [
"./modules/baserow_enterprise/*"
2022-09-20 13:31:46 +00:00
]
}
},
"exclude": [
"node_modules",
".nuxt"
]
}