Skip to main content
Module

x/croner/tsconfig.json

Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.
Go to Latest
File
{ "include": ["src/**/*"], "compilerOptions": { "allowJs": true, "declaration": true, "emitDeclarationOnly": true, "esModuleInterop": true, "outDir": "types" } }