mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
Typescript - Disabling stripInternal feature (#2213)
* fix: not letting internals be removed * fix: added changeset. removed property
This commit is contained in:
committed by
GitHub
parent
85d98530d9
commit
e59c0fa2c7
5
.changeset/wet-zebras-switch.md
Normal file
5
.changeset/wet-zebras-switch.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
Removing tsconfig stripInternals from lib package
|
||||
@@ -15,7 +15,6 @@
|
||||
"noImplicitAny": false,
|
||||
"strictPropertyInitialization": false,
|
||||
"suppressImplicitAnyIndexErrors": true,
|
||||
"stripInternal": true,
|
||||
|
||||
"importHelpers": true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user