21 lines
298 B
JSON
21 lines
298 B
JSON
|
|
{
|
||
|
|
"sigilVersion": "0.1.0",
|
||
|
|
"workspace": {
|
||
|
|
"name": "ria-toolkit-oss",
|
||
|
|
"members": []
|
||
|
|
},
|
||
|
|
"files": {
|
||
|
|
"include": [
|
||
|
|
"**/*.sigil"
|
||
|
|
],
|
||
|
|
"exclude": [
|
||
|
|
".git/**",
|
||
|
|
".deno/**",
|
||
|
|
"node_modules/**",
|
||
|
|
"build/**",
|
||
|
|
"coverage/**"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"tools": {}
|
||
|
|
}
|