codex-flows/packages/flow-runtime/tsconfig.build.json
matamune b65ba6619c
Some checks failed
ci / check (push) Failing after 18s
Prepare codex flow packages for npm release
2026-05-13 13:36:37 +00:00

17 lines
370 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": false,
"noEmit": false,
"noEmitOnError": true,
"outDir": "dist",
"paths": {},
"rootDir": "src",
"sourceMap": true,
"rewriteRelativeImportExtensions": true
},
"include": ["src/**/*.ts"],
"exclude": ["test/**/*.ts", "dist"]
}