Skip to content

Commit

Permalink
Update paths in tsconfig.lib.json and tsconfig.spec.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-ramos committed Oct 9, 2024
1 parent 07d3a50 commit 9d77fc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/pioneer-charts/tsconfig.lib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"extends": "../../../tsconfig.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../../out-tsc/lib",
"declaration": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/pioneer-charts/tsconfig.spec.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"extends": "../../../tsconfig.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../../out-tsc/spec",
"types": [
Expand Down

0 comments on commit 9d77fc5

Please sign in to comment.