mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* types intial * manifest intial updates * sample operation * initial * sample operation * updating defaults * test connection and crate table operation * retreive insert updates * updates * updates * cleanup all basic operation * code refactor * connection adding auth update * updating insert bug * cleanup , fixing bug with insert and update * code cleanup :: using default databse if name not provided * fixing bug in list documents * cleanup * icon updated * docs updated * reverting * reverting * revert * revert * optimizing * typo fixed :: pr changes * alignment fix * bug correction * reverting rethinkdb installation outside plugins * updating types * reverting unintentional changes * updates * key mismatch * updated docs info * typo bug :: create table * revert * reverting rethinkdb installation
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"
|
|
]
|
|
} |