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