Skip to content

Commit

Permalink
chore: add paths for demo to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
frankadrian authored and ihym committed Jun 20, 2023
1 parent 7b6c19c commit dd3d5ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"bootstrap": "4.5.2",
"ngx-timeago": "file:dist/ngx-timeago",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
Expand Down
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
"lib": [
"ES2022",
"dom"
]
],
"paths": {
"ngx-timeago": [ "./dist/ngx-timeago" ],
"ngx-timeago/*": [ "./dist/ngx-timeago/*" ]
}
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
Expand Down

0 comments on commit dd3d5ca

Please sign in to comment.