Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansonhkg committed Jul 10, 2024
1 parent 7145939 commit 3f84d9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ export class RecapSessionCapabilityObject implements ISessionCapabilityObject {
addAllCapabilitiesForResource(litResource: ILitResource): void {
return this.addAttenuation(litResource.getResourceKey(), '*', '*');
}
}
}
17 changes: 4 additions & 13 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,15 @@
"importHelpers": true,
"target": "ES2020",
"module": "ES2020",
"lib": [
"ES2020",
"dom",
"ES2021.String"
],
"lib": ["ES2020", "dom", "ES2021.String"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"paths": {
"@lit-protocol/*": [
"packages/*/src"
]
"@lit-protocol/*": ["packages/*/src"]
}
},
"exclude": [
"node_modules",
"tmp"
]
}
"exclude": ["node_modules", "tmp"]
}

0 comments on commit 3f84d9a

Please sign in to comment.