UNPKG
@ibm/sourceorbit
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.11.2
0.11.1
0.11.0
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0
0.8.1
0.8.0
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.8
0.5.7
0.5.6
IBM i dependency management tool
ibm.github.io/sourceorbit/
@ibm/sourceorbit
/
dist
/
src
/
builders
/
make
/
folderSettings.d.ts
13 lines
(12 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
interface
FolderOptions
{ version?:
"0.0.1"
; build?: { tgtCcsid?:
string
; }; }
/** * Fetch the folder specific settings for a project */
export
declare
function
getFolderOptions
(
cwd:
string
):
{ [key:
string
]: FolderOptions; };