diff --git a/package.json b/package.json index 9bf9b277..9c62dcf6 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "dist", "dont-cleanup-after-each.js", "pure.js", + "pure.d.ts", "types" ], "keywords": [ diff --git a/pure.d.ts b/pure.d.ts new file mode 100644 index 00000000..c3cc4e69 --- /dev/null +++ b/pure.d.ts @@ -0,0 +1 @@ +export * from './types/pure'