Fix flow workspace CI type resolution
All checks were successful
ci / check (push) Successful in 27s
All checks were successful
ci / check (push) Successful in 27s
This commit is contained in:
parent
e68b8adfb9
commit
3a63e91081
3 changed files with 19 additions and 3 deletions
|
|
@ -15,7 +15,13 @@
|
|||
"forceConsistentCasingInFileNames": true,
|
||||
"noEmit": true,
|
||||
"types": ["node", "bun"],
|
||||
"rootDir": "."
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@peezy.tech/codex-flows": ["../../packages/codex-client/src/index.ts"],
|
||||
"@peezy.tech/codex-flows/*": ["../../packages/codex-client/src/*"],
|
||||
"@peezy.tech/flow-runtime": ["../../packages/flow-runtime/src/index.ts"],
|
||||
"@peezy.tech/flow-runtime/*": ["../../packages/flow-runtime/src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*.ts", "test/**/*.ts"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,13 @@
|
|||
"forceConsistentCasingInFileNames": true,
|
||||
"noEmit": true,
|
||||
"types": ["node", "bun"],
|
||||
"rootDir": "."
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@peezy.tech/codex-flows": ["../../packages/codex-client/src/index.ts"],
|
||||
"@peezy.tech/codex-flows/*": ["../../packages/codex-client/src/*"],
|
||||
"@peezy.tech/flow-runtime": ["../../packages/flow-runtime/src/index.ts"],
|
||||
"@peezy.tech/flow-runtime/*": ["../../packages/flow-runtime/src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*.ts", "test/**/*.ts"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,11 @@
|
|||
"forceConsistentCasingInFileNames": true,
|
||||
"noEmit": true,
|
||||
"types": ["node", "bun"],
|
||||
"rootDir": "."
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@peezy.tech/codex-flows": ["../codex-client/src/index.ts"],
|
||||
"@peezy.tech/codex-flows/*": ["../codex-client/src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*.ts", "test/**/*.ts"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue