Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/croner/tsconfig.cjs.json

Trigger functions or evaluate cron expressions in JavaScript or TypeScript. No dependencies. Most features. Node. Deno. Bun. Browser.
Go to Latest
File
{ "include": ["dist/croner.cjs"], "compilerOptions": { "module": "CommonJS", "lib": ["es6"], "allowJs": true, "declaration": true, "emitDeclarationOnly": true, "outDir": "types" } }