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"