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",