Skip to main content
Module

x/crony/tsconfig.json

Manage all your cron jobs in one file
Latest
File
{ "compilerOptions": { "plugins": [ { "name": "typescript-deno-plugin", "enable": true, // default is `true` "importmap": "import_map.json" } ], "lib": [ "dom", "es5", "scripthost", "esNext" ] }}