33 lines
567 B
JSON
33 lines
567 B
JSON
{
|
|
"outDir": "packages/workspace/dist",
|
|
"assets": [
|
|
{
|
|
"glob": "**/files/**"
|
|
},
|
|
{
|
|
"glob": "**/files/**/.gitkeep"
|
|
},
|
|
{
|
|
"glob": "**/files-integrated-repo/**"
|
|
},
|
|
{
|
|
"glob": "**/files-integrated-repo/**/.gitkeep"
|
|
},
|
|
{
|
|
"glob": "**/files-package-based-repo/**"
|
|
},
|
|
{
|
|
"glob": "**/files-readme/**"
|
|
},
|
|
{
|
|
"glob": "**/files-root-app/**"
|
|
},
|
|
{ "glob": "presets/*.json" },
|
|
{ "glob": "src/**/schema.json" },
|
|
{
|
|
"glob": "src/**/schema.d.ts"
|
|
},
|
|
"LICENSE"
|
|
]
|
|
}
|