From a3a6f7981a46e381c5c7387a65fdf62fd27bad01 Mon Sep 17 00:00:00 2001 From: Elizabeth Craig Date: Sat, 26 Oct 2019 00:43:57 -0700 Subject: [PATCH] Generate and publish typings for package --- src/tsconfig.esm.json | 1 + src/tsconfig.json | 1 + 2 files changed, 2 insertions(+) diff --git a/src/tsconfig.esm.json b/src/tsconfig.esm.json index 6efc6a0..d608536 100644 --- a/src/tsconfig.esm.json +++ b/src/tsconfig.esm.json @@ -2,6 +2,7 @@ "compilerOptions": { "module": "esnext", "moduleResolution": "node", + "declaration": true, "outDir": "../release/esm", "target": "es5", "lib": [ diff --git a/src/tsconfig.json b/src/tsconfig.json index 778087c..2dbccb1 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -3,6 +3,7 @@ "module": "amd", "moduleResolution": "node", "outDir": "../release/dev", + "declaration": true, "target": "es5", "lib": [ "dom",