Files
Eric Allam 17f6f29d05
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 0s
🚀 Publish Trigger.dev Docker / units (push) Failing after 5s
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 5s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
Feature: Support multiple runtimes other than Node.js (#774)
2023-12-06 10:23:37 +00:00

24 lines
534 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"declaration": true,
"moduleResolution": "Node",
"noEmit": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": false,
"noUnusedLocals": false,
"noUnusedParameters": false,
"allowImportingTsExtensions": true,
"types": ["vitest/globals", "node"]
},
"include": [
"tests/**/*.ts",
"tests/**/*.d.ts",
"tests/**/*.mts",
"tests/**/*.test.ts",
"tests/**/*.test.tsx"
]
}