Files
wehub-resource-sync 0232b4e2bb
CI / build (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:09:51 +08:00

48 lines
865 B
JSON

{
"extends": "@flowgram.ai/ts-config/tsconfig.flow.path.json",
"compilerOptions": {
"target": "esnext",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"plugins": [],
"baseUrl": "src",
"paths": {
"@api/*": [
"api/*"
],
"@application/*": [
"application/*"
],
"@server/*": [
"server/*"
],
"@config/*": [
"config/*"
],
"@workflow/*": [
"workflow/*"
]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
"src/workflow/executor/condition/constant.ts"
],
"exclude": [
"node_modules"
]
}