From e68ed3c43293aab34b66cc5b83745e92f882f195 Mon Sep 17 00:00:00 2001 From: Divlo Date: Sat, 19 Feb 2022 10:36:34 +0100 Subject: [PATCH] fix: emit types declaration --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cf448a9..6487281 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "moduleResolution": "node", "outDir": "./build", "rootDir": "./src", - "noEmit": true, + "emitDeclarationOnly": true, + "declaration": true, "strict": true, "skipLibCheck": true, "esModuleInterop": true