elcreator commented on issue #592:
URL:
https://github.com/apache/cordova-plugin-file/issues/592#issuecomment-2641385330
only downgrade
package.json
```json
"cordova-plugin-file": "^6.0.2",
```
with changes in
tsconfig.json
```json
"compilerOptions": {
"skipLibCheck": true,
"target": "ES2022",
"useDefineForClassFields": false
}
```
works for me.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]