17 lines
380 B
JSON
17 lines
380 B
JSON
{
|
|
"outDir": "packages/dotnet/dist",
|
|
"assets": [
|
|
{
|
|
"glob": "*.md"
|
|
},
|
|
{ "glob": "**/schema.json", "input": "packages/dotnet/src" },
|
|
{ "glob": "**/schema.d.ts", "input": "packages/dotnet/src" },
|
|
{
|
|
"glob": "**/*",
|
|
"input": "packages/dotnet/analyzer/bin/Release/publish",
|
|
"output": "/lib/",
|
|
"includeIgnoredFiles": true
|
|
}
|
|
]
|
|
}
|