mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* Feature/add couchbase support (#14518) * Add support for couchbase * Update readme * Update query operation --------- Co-authored-by: Midhun G S <gsmithun4@gmail.com> * Fix: Couchbase UI fixes (#15194) * Fix: couchbase ui fixes * Feature/add couchbase support (#14518) * Add support for couchbase * Update readme * Update query operation --------- Co-authored-by: Midhun G S <gsmithun4@gmail.com> * Fix: couchbase ui fixes * ui-fix: removed AI tag from couchbase --------- Co-authored-by: Rudhra Deep Biswas <rudra21ultra@gmail.com> Co-authored-by: Prajwal Pai <108796209+prajwal-pai77@users.noreply.github.com> Co-authored-by: Midhun G S <gsmithun4@gmail.com> * Feat: Add S3 upload script and command to package.json * auto redirect has been enabled --------- Co-authored-by: Prajwal Pai <108796209+prajwal-pai77@users.noreply.github.com> Co-authored-by: Sahil Dewangan <123866478+sahil7303@users.noreply.github.com> Co-authored-by: Rudhra Deep Biswas <rudra21ultra@gmail.com> Co-authored-by: Ganesh Kumar <ganesh8056234@gmail.com>
11 lines
No EOL
160 B
JSON
11 lines
No EOL
160 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "lib"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
} |