Skip to content

Commit

Permalink
chore: add skipLibCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 18, 2023
1 parent c04e1a7 commit a455921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ const ActionInfo = {
Owner: 'peaceiris'
} as const;

type ActionInfo = typeof ActionInfo[keyof typeof ActionInfo];
type ActionInfo = (typeof ActionInfo)[keyof typeof ActionInfo];

export {ActionInfo};
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"noUncheckedIndexedAccess": true,
"moduleResolution": "node",
"strictPropertyInitialization": false,
"skipLibCheck": true,
},
"exclude": ["node_modules", "**/*.test.ts", "dist", "dist_release"]
}

0 comments on commit a455921

Please sign in to comment.