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 f382eac commit 3ec54d0Copy full SHA for 3ec54d0
lib/shared/config-manager/project.json
@@ -4,6 +4,17 @@
4
"sourceRoot": "lib/shared/config-manager/src",
5
"projectType": "library",
6
"targets": {
7
+ "build": {
8
+ "executor": "@nx/js:tsc",
9
+ "outputs": ["{options.outputPath}"],
10
+ "options": {
11
+ "outputPath": "dist/lib/shared/config-manager",
12
+ "main": "lib/shared/config-manager/src/index.ts",
13
+ "tsConfig": "lib/shared/config-manager/tsconfig.lib.json",
14
+ "assets": ["lib/shared/config-manager/*.md"],
15
+ "external": ["shared-types", "js-cloud-server-sdk"]
16
+ }
17
+ },
18
"lint": {
19
"executor": "@nx/linter:eslint",
20
"outputs": ["{options.outputFile}"],
0 commit comments