12 lines
176 B
JSON
12 lines
176 B
JSON
{
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"scripts": {
|
|
"build": "npx tsc"
|
|
},
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "0.2.2"
|
|
}
|