Files
slack-github-action/jsconfig.json
dependabot[bot]dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Eden Zimbelman
1f09fc7124 build(deps-dev): bump typescript from 5.9.3 to 6.0.2 (#584)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eden Zimbelman <[email protected]>
2026-04-14 00:10:28 -07:00

29 lines
611 B
JSON

{
"compilerOptions": {
"strict": true,
"checkJs": true,
"types": ["node"],
"esModuleInterop": true,
"lib": [
"ESNext"
],
"module": "nodenext",
"moduleResolution": "nodenext",
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"target": "ESNext"
},
"exclude": [
"node_modules"
],
"include": [
"src/**/*.js"
],
"jsdoc": {
"out": "support/jsdoc",
"access": "public"
}
}