Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-statsig committed Nov 18, 2024
2 parents bd9044b + 45d2299 commit 264722f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/angular-bindings/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"projectType": "library",
"tags": [],
"targets": {
"publish": {
"command": "ts-node ./tools/scripts/publish.ts angular-bindings",
"dependsOn": ["build"]
},
"build": {
"executor": "@nx/angular:package",
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
Expand Down
5 changes: 4 additions & 1 deletion packages/angular-bindings/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"jest.config.ts",
"src/**/*.test.ts"
],
"include": ["src/**/*.ts"]
"include": ["src/**/*.ts"],
"angularCompilerOptions": {
"compilationMode": "partial"
}
}

0 comments on commit 264722f

Please sign in to comment.