mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
* refactored updateoperation * adds unit test for generating the request body for update operation * fixes array methods for looping over the array
21 lines
438 B
JSON
21 lines
438 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
|
|
"strict": false,
|
|
"skipLibCheck": true,
|
|
"outDir": "./dist",
|
|
"esModuleInterop": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"target": "es2015",
|
|
|
|
"composite": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"exclude": ["packages/*/lib/*.json", "<rootDir>/__tests__/*", "dist"]
|
|
}
|