n8n/packages/@n8n/expression-runtime/tsconfig.json
Mike Repeć 7975b19ced
Some checks are pending
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (22.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (24.13.1) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (25.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Lint (push) Waiting to run
CI: Master (Build, Test, Lint) / Performance (push) Waiting to run
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Blocked by required conditions
chore(core): Add @n8n/expression-runtime package (no-changelog) (#31186)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-01 16:12:13 +02:00

11 lines
246 B
JSON

{
"extends": "../typescript-config/modern/tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"noUncheckedIndexedAccess": false,
"types": ["node", "vitest/globals"]
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist"]
}