From bf3ca8bfda63bf979d304567452740b83aaa1952 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 30 Mar 2022 10:55:36 +0200 Subject: [PATCH] chore: update tsconfig.json --- package/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package/tsconfig.json b/package/tsconfig.json index 970c091a..49472558 100644 --- a/package/tsconfig.json +++ b/package/tsconfig.json @@ -16,6 +16,7 @@ "noUnusedLocals": false, "strictNullChecks": true, "forceConsistentCasingInFileNames": true, + "declaration": true, "declarationDir": "./dist", "types": [ "vite/client"