Skip to content

Commit

Permalink
fix(stark-all): disable emitDecoratorMetadata in tsconfig of stark-…
Browse files Browse the repository at this point in the history
…* packages in order to solve build warnings

See ng-packagr/ng-packagr#2056 for more details
  • Loading branch information
SuperITMan committed Aug 27, 2021
1 parent 3730f03 commit d37ba9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/stark-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"baseUrl": ".",
"rootDir": ".",
"typeRoots": ["../../node_modules/@types", "../stark-build/typings"],
"emitDecoratorMetadata": false,
"paths": {
"@nationalbankbelgium/stark-core": ["./public_api.ts"],
"@nationalbankbelgium/stark-core/testing": ["./testing/public_api.ts"],
Expand Down
1 change: 1 addition & 0 deletions packages/stark-rbac/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"baseUrl": ".",
"rootDir": ".",
"typeRoots": ["../../node_modules/@types", "../stark-build/typings"],
"emitDecoratorMetadata": false,
"paths": {
"@nationalbankbelgium/stark-core": ["../../dist/packages/stark-core"],
"@nationalbankbelgium/stark-core/testing": ["../../dist/packages/stark-core/testing"],
Expand Down
1 change: 1 addition & 0 deletions packages/stark-ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"baseUrl": ".",
"rootDir": ".",
"typeRoots": ["../../node_modules/@types", "../stark-build/typings", "./typings"],
"emitDecoratorMetadata": false,
"paths": {
"@nationalbankbelgium/stark-core": ["../../dist/packages/stark-core"],
"@nationalbankbelgium/stark-core/testing": ["../../dist/packages/stark-core/testing"],
Expand Down

0 comments on commit d37ba9f

Please sign in to comment.