We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503a38e commit 0a18fd1Copy full SHA for 0a18fd1
packages/core/src/project/packageJson.ts
@@ -20,7 +20,7 @@ export class PackageJsonProject extends Project {
20
* Creates a package.json based project.
21
* @param options
22
*/
23
- constructor(options: PackageJsonProjectOptions) {
+ constructor(options: PackageJsonProjectOptions = {}) {
24
const { path = PackageJsonManifest.Filename } = options
25
26
super({
0 commit comments