UNPKG
kist
Version:
latest (0.1.67)
0.1.67
0.1.64
0.1.63
0.1.62
0.1.61
0.1.60
0.1.59
0.1.58
0.1.57
0.1.45
0.1.44
0.1.43
0.1.42
0.1.41
0.1.40
0.1.39
0.1.38
0.1.37
0.1.36
0.1.34
0.1.33
0.1.32
0.1.31
0.1.30
0.0.0
Lightweight Package Pipeline Processor with Plugin Architecture
www.getkist.com
getkist/kist
kist
/
dist
/
ts
/
actions
/
TypeScriptCompilerAction
/
kist.example.yml
15 lines
(14 loc)
•
375 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"