We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e00e5 commit ff9c4e7Copy full SHA for ff9c4e7
samples/angular-cli-sample/.gitignore
@@ -1,5 +1,8 @@
1
# See http://help.github.com/ignore-files/ for more about ignoring files.
2
3
+# Exclude custom typings
4
+!src/typings.d.ts
5
+
6
# compiled output
7
/dist
8
/tmp
samples/angular-cli-sample/src/typings.d.ts
@@ -0,0 +1 @@
+declare module 'cloudinary-core';
0 commit comments