690530:0805 ADR-030-230 context aware #10
CI / CD Pipeline / build (push) Failing after 4m32s
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-05-30 08:05:48 +07:00
parent 6799cb1715
commit 32204c9305
6 changed files with 15 additions and 2 deletions
+2
View File
@@ -12,6 +12,7 @@
"allowSyntheticDefaultImports": true,
"target": "ES2021",
"sourceMap": true,
"rootDir": "./src",
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
@@ -45,5 +46,6 @@
"@workflow-engine": ["./src/modules/workflow-engine"]
}
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist", "documentation"]
}