Skip to content

Commit edbe8c4

Browse files
update package.json
1 parent 88bb852 commit edbe8c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@capacitor/docgen": "^0.3.0",
5757
"@capacitor/ios": "^6.0.0",
5858
"@ionic/swiftlint-config": "^2.0.0",
59-
"@types/node": "~20.12.4",
59+
"@types/node": "20.11.30",
6060
"@typescript-eslint/eslint-plugin": "^5.59.2",
6161
"@typescript-eslint/parser": "^5.59.2",
6262
"eslint": "^8.57.0",

plugin/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"allowUnreachableCode": false,
4+
"skipLibCheck": true,
45
"declaration": true,
56
"esModuleInterop": true,
67
"inlineSources": true,

0 commit comments

Comments
 (0)