We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bb852 commit edbe8c4Copy full SHA for edbe8c4
plugin/package.json
@@ -56,7 +56,7 @@
56
"@capacitor/docgen": "^0.3.0",
57
"@capacitor/ios": "^6.0.0",
58
"@ionic/swiftlint-config": "^2.0.0",
59
- "@types/node": "~20.12.4",
+ "@types/node": "20.11.30",
60
"@typescript-eslint/eslint-plugin": "^5.59.2",
61
"@typescript-eslint/parser": "^5.59.2",
62
"eslint": "^8.57.0",
plugin/tsconfig.json
@@ -1,6 +1,7 @@
1
{
2
"compilerOptions": {
3
"allowUnreachableCode": false,
4
+ "skipLibCheck": true,
5
"declaration": true,
6
"esModuleInterop": true,
7
"inlineSources": true,
0 commit comments