Files
2026-07-13 12:38:36 +08:00

22 lines
312 B
JSON

{
"outDir": "packages/angular/dist",
"assets": [
{
"glob": "**/files/**"
},
{
"glob": "**/files/**/.gitkeep"
},
{
"glob": "src/**/schema.json"
},
{
"glob": "src/**/schema.d.ts"
},
{
"glob": "src/migrations/**/*.md"
},
"LICENSE"
]
}