Skip to main content
Module

x/windmill/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": { "target": "es6", "module": "ES6", "lib": ["es7", "es6", "dom"], "declaration": true, "outDir": "dist", "strict": true, "esModuleInterop": true }, "exclude": [ "node_modules", "dist" ] }