UNPKG

kist

Version:

Lightweight Package Pipeline Processor with Plugin Architecture

15 lines (14 loc) 375 B
stages: - name: Compile TypeScript steps: - name: Compile TS to JS action: TypeScriptCompilerAction options: tsConfigPath: "./tsconfig.json" filePaths: - "src/index.ts" - "src/utils.ts" outputDir: "./dist" compilerOptions: target: "ES2020" module: "CommonJS"