Skip to main content
Module

x/windmill/node_modules/scripting-tools/tsconfig.json

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
File
{ "compilerOptions": { "module": "commonjs", "target": "es5", "lib": [ "es5", "es2015" ], "declaration": true, "outDir": "./dist", "strictNullChecks": true, "sourceMap": false, "newLine": "LF", "downlevelIteration": true, "noUnusedLocals": true, "noUnusedParameters": false, "strictPropertyInitialization": true, "strictFunctionTypes": true, "resolveJsonModule": true }, "filesGlob": [ "./src/**/*.ts" ]}