mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* feature :: couch db * updates * types update * updated types * couch db integration updates for crud opertations * updates * updated icon * inlcluding port * port addition * crud updates * updates including proper variables * optimizing * updates * completed basic crud with couchdb * updates * view get option * removing hints * adding skip * updates for adding params and mangoquery * changing auth order * adding condition check to conditionally add and remove params * adding checks * sepreated protocol and host * updates * included connection testing * updated with pr suggestions * couch db documentation * updates * fixed bugs , completed docs * typo * marking optional params * optimizing * image updated * changed img for find * updating list record query to include doc data * updating couchdb docs :: include_docs key addition
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"
|
|
]
|
|
} |