mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* harperdb plugin initial commit * added required fields in manifest and provided default values in operation json * removed not required query options from harperdb * review changes inprogress * added new fields in manifest file to customize port and protocol * protocol drop down in harperdb is changed to ssl toggle
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"
|
|
]
|
|
} |