mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* initialize clickup plugin, add getConnection and testConnection Signed-off-by: thesynthax <kushagra1403@gmail.com> * including the openapi yaml Signed-off-by: thesynthax <kushagra1403@gmail.com> * trying to attach the openapi spec Signed-off-by: thesynthax <kushagra1403@gmail.com> * Fix key casing mismatch * Update copywriting * Fix clickup logic * Filter limited operation request * Add error standardisation * Fix asterik symbol position * Fix copywriting * Fix wrong URL * Fix asterisk gapping * Handle array types * Update marketplace package-lock.json * Add the same package-lock as release branch * chore: update package-lock.json --------- Signed-off-by: thesynthax <kushagra1403@gmail.com> Co-authored-by: thesynthax <kushagra1403@gmail.com> Co-authored-by: Akshay Sasidharan <akshaysasidharan93@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"
|
|
]
|
|
} |