mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-25 15:37:37 +00:00
* Integrated new n8n datasource [initial] * Resolved some bugs * Added a dropdown for auth type - changed sensitive fields to encrypted - Added basic & header auth * Added changes - Plugin icon - Removed ecrypted option from username - Chnaged some placeholder text and field names * Changed datasource fields - Removed host from datasource modal - Added url field to operations - Changed operation names * Redesigned dynamic list * changed error message * Changed icon * Added helpText to dropdown-flip component * Cleaning code * Cleaning code * Added n8n documentation * Edited hint text
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"
|
|
]
|
|
} |