mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-01-30 18:36:29 +00:00
14 lines
206 B
JSON
14 lines
206 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@baserow_enterprise/*": [
|
|
"./modules/baserow_enterprise/*"
|
|
]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
".nuxt"
|
|
]
|
|
}
|