-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,6 +57,11 @@ | |
"x-completion-glob": "tsconfig.*.json", | ||
"x-priority": "important" | ||
}, | ||
"allowJs": { | ||
"type": "boolean", | ||
"description": "Allow JavaScript files to be compiled.", | ||
"default": false | ||
}, | ||
"format": { | ||
"type": "array", | ||
"description": "List of module formats to output. Defaults to matching format from tsconfig (e.g. CJS for CommonJS, and ESM otherwise).", | ||
|
@@ -154,11 +159,6 @@ | |
"type": "boolean", | ||
"description": "Generate package.json with 'exports' field. This field defines entry points in the package and is used by Node and the TypeScript compiler.", | ||
"default": false | ||
}, | ||
"skipTypeField": { | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
xiongemi
Author
Collaborator
|
||
"type": "boolean", | ||
"description": "Prevents 'type' field from being added to compiled package.json file. Only use this if you are having an issue with this field.", | ||
"default": false | ||
} | ||
}, | ||
"required": ["tsConfig", "main", "outputPath"], | ||
|
1 comment
on commit 575c6a1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nx-dev – ./
nx-dev-nrwl.vercel.app
nx.dev
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
@xiongemi why was this option removed? :/
can't import lodash from a library built by this executor anymore.