Skip to content

Commit deced84

Browse files
#9 module not found
1 parent 3be6412 commit deced84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ tns install typescript
1818
1919
Then open `references.d.ts` in the root of your project and add this line to get autocompletion and type-checking for this plugin:
2020
21+
```
2122
/// <reference path="./node_modules/nativescript-local-notifications/local-notifications.d.ts" />
23+
```
2224
2325
Now you can import the plugin as an object into your `.ts` file as follows:
2426

0 commit comments

Comments
 (0)