Files
Giacomo Vercesi 2a239ddf47 Introduce PipelineDescription
Add the PipelineDescription object that describes the structure of a
pipeline. This will be used by all the downstream users instead of
pipeline accessor methods via PipelineC.
2023-09-14 15:44:33 +02:00

10 lines
195 B
JSON

{
"__license": "See LICENSE.md for details.",
"compilerOptions": {
"module": "commonjs",
"target": "es2020",
"declaration": true,
"outDir": "dist"
}
}