We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d45b7 commit 4e5aac8Copy full SHA for 4e5aac8
1 file changed
packages/nx-plugin/project.json
@@ -6,12 +6,7 @@
6
"implicitDependencies": ["cli"],
7
"targets": {
8
"build": {
9
- "executor": "@nx/js:tsc",
10
- "outputs": ["{options.outputPath}"],
11
"options": {
12
- "outputPath": "{projectRoot}/dist",
13
- "main": "{projectRoot}/src/index.ts",
14
- "tsConfig": "{projectRoot}/tsconfig.lib.json",
15
"assets": [
16
"{projectRoot}/*.md",
17
{
0 commit comments