mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-01-30 02:23:54 +00:00
20 lines
277 B
JSON
20 lines
277 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@baserow/*": [
|
|
"./*"
|
|
]
|
|
}
|
|
},
|
|
"resolve": {
|
|
"extensions": [".js", ".vue", ".json"],
|
|
"alias": {
|
|
"@baserow": "."
|
|
}
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
".nuxt"
|
|
]
|
|
}
|