From 5dcd08ebd321ba2c6060e8adb01c448f9aa90137 Mon Sep 17 00:00:00 2001 From: Niklas Higi Date: Fri, 15 Jan 2021 21:26:31 +0100 Subject: [PATCH] Start emitting TypeScript declarations --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7967d6b..4bad2c2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,8 @@ "target": "es2018", "module": "commonjs", "outDir": "dist", - "noUnusedLocals": true + "noUnusedLocals": true, + "declaration": true }, "include": ["src/**/*"] }