mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-25 15:37:37 +00:00
* feat : setup and basic querying * docs reference links * revert settings.json * updating settings.json * updates :: more source options , insert query * cleanup * updated with insert operation * database :: required field * text capitalizing * updated docs * PR changes :: added OR operation * removed format option * Revert "removed format option" This reverts commit02c5edcf86. * bugfix * removing session , fornat * lock files * Revert "lock files" This reverts commitd593cf9425. * rearranging operations * extra comma removed
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"
|
|
]
|
|
} |