From fab3ce2a4b0a2ba1d5bd976b7bb12e0a76015619 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Thu, 18 May 2023 12:46:18 +0100 Subject: [PATCH] Fix types exports (#860) --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 7a0aa48d7..a61715b61 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,8 +5,7 @@ "allowSyntheticDefaultImports": true, "esModuleInterop": true, "sourceMap": true, - "declaration": true, - "declarationDir": "./dist/typings", + "declaration": false, "moduleResolution": "node", "skipLibCheck": true, "module": "ESNext",