dify/e2e/tsconfig.json
2026-04-16 14:42:04 +00:00

19 lines
395 B
JSON

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