mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 01:22:49 +00:00
16 lines
263 B
JSON
16 lines
263 B
JSON
{
|
|
"outDir": "dist/packages/devkit",
|
|
"assets": [
|
|
{
|
|
"glob": "**/files/**"
|
|
},
|
|
{
|
|
"glob": "**/files/**/.gitkeep"
|
|
},
|
|
{
|
|
"glob": "src/**/schema.d.ts"
|
|
},
|
|
"LICENSE"
|
|
]
|
|
}
|