mirror of
https://github.com/langgenius/dify.git
synced 2026-06-06 16:10:07 +08:00
40e040ca1a
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
19 lines
395 B
JSON
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"
|
|
]
|
|
}
|