ToolJet/plugins/tsconfig.json
Arpit 030cc727b1
[Unit test] Plugins - Googlesheet update operation (#2450)
* refactored updateoperation

* adds unit test for generating the request body for update operation

* fixes array methods for looping over the array
2022-03-08 11:53:47 +05:30

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"]
}