11 lines
217 B
JSON
11 lines
217 B
JSON
{
|
|
"outDir": "packages/node/dist",
|
|
"assets": [
|
|
{ "glob": "**/files/**" },
|
|
{ "glob": "**/files/**/.gitkeep" },
|
|
{ "glob": "src/**/schema.json" },
|
|
{ "glob": "src/**/schema.d.ts" },
|
|
"LICENSE"
|
|
]
|
|
}
|