Skip to content

Commit e08125e

Browse files
committed
Add imagekit angular to tsconfig
1 parent d459f55 commit e08125e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test-app/tsconfig.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"ES2022",
2525
"dom"
2626
],
27+
"paths": {
28+
"@imagekit/angular": [
29+
"../dist/imagekit-angular"
30+
]
31+
}
2732
},
2833
"angularCompilerOptions": {
2934
"enableI18nLegacyMessageIdFormat": false,

0 commit comments

Comments
 (0)