Skip to content

Commit

Permalink
lint: skipLibCheck in ses
Browse files Browse the repository at this point in the history
Work around:

dist/types.d.cts:558:16 - error TS2300: Duplicate identifier 'Compartment'.

558   export class Compartment {
                   ~~~~~~~~~~~

  types.d.ts:559:16
    559   export class Compartment {
                       ~~~~~~~~~~~
    'Compartment' was also declared here.
  • Loading branch information
turadg committed Dec 30, 2024
1 parent fd3c3f7 commit e4059e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ses/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.eslint-base.json",
"compilerOptions": {
"allowJs": true,
"skipLibCheck": true,
"strictFunctionTypes": true,
},
"include": [
Expand Down

0 comments on commit e4059e5

Please sign in to comment.