Skip to content

Commit e4059e5

Browse files
committed
lint: skipLibCheck in ses
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.
1 parent fd3c3f7 commit e4059e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ses/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "../../tsconfig.eslint-base.json",
33
"compilerOptions": {
44
"allowJs": true,
5+
"skipLibCheck": true,
56
"strictFunctionTypes": true,
67
},
78
"include": [

0 commit comments

Comments
 (0)