Typescript - Disabling stripInternal feature (#2213)

* fix: not letting internals be removed

* fix: added changeset. removed property
This commit is contained in:
Guilherme Ribeiro
2023-06-13 13:14:32 +02:00
committed by GitHub
parent 85d98530d9
commit e59c0fa2c7
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
'@adyen/adyen-web': patch
---
Removing tsconfig stripInternals from lib package

View File

@@ -15,7 +15,6 @@
"noImplicitAny": false,
"strictPropertyInitialization": false,
"suppressImplicitAnyIndexErrors": true,
"stripInternal": true,
"importHelpers": true,