dify/e2e/tsconfig.json
Stephen Zhou 40e040ca1a
chore: workspace lint (#35331)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-04-16 16:47:53 +00:00

19 lines
395 B
JSON

{
"extends": "@dify/tsconfig/node.json",
"compilerOptions": {
"lib": ["ES2023", "DOM"],
"types": ["node", "@playwright/test", "@cucumber/cucumber"],
"allowJs": false,
"verbatimModuleSyntax": true
},
"include": ["./**/*.ts"],
"exclude": [
"./node_modules",
"./playwright-report",
"./test-results",
"./.auth",
"./cucumber-report",
"./.logs"
]
}