25 lines
357 B
JSON
25 lines
357 B
JSON
{
|
|
"outDir": "packages/react/dist",
|
|
"assets": [
|
|
{
|
|
"glob": "**/files/**"
|
|
},
|
|
{
|
|
"glob": "**/files/**/.gitkeep"
|
|
},
|
|
{
|
|
"glob": "src/**/schema.json"
|
|
},
|
|
{
|
|
"glob": "src/**/schema.d.ts"
|
|
},
|
|
{
|
|
"glob": "src/migrations/**/*.md"
|
|
},
|
|
{
|
|
"glob": "typings/**/*.d.ts"
|
|
},
|
|
"LICENSE"
|
|
]
|
|
}
|