Skip to content

Commit c9432b7

Browse files
committed
add: missing tsconfig.json
2 parents eca8352 + dd20e88 commit c9432b7

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,19 @@ Add the `fontawesome.icons.lib` library dependency to your `manifest.json` and f
4343
}
4444
```
4545

46+
If using TypeScript, add `ui5-fontawesome-lib` to `types` definition.
47+
48+
```json
49+
{
50+
"compilerOptions": {
51+
"types": [
52+
"@sapui5/ts-types-esm",
53+
"ui5-fontawesome-lib"
54+
]
55+
}
56+
}
57+
```
58+
4659
### Method 1: Using NPM Package (Recommended)
4760

4861
Install Dependencies
@@ -236,4 +249,4 @@ If you find this library helpful, please consider giving it a star on GitHub!
236249
237250
---
238251
239-
**Made with ❤️ for the SAP UI5 community**
252+
**Made with ❤️ for the SAP UI5 community**

0 commit comments

Comments
 (0)