Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Nov 2, 2023
1 parent b8f1af5 commit acfa9b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/lit/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"compilerOptions": {
"compilerOptions": {
"module": "node16",
"target": "es2020",
"moduleResolution": "Node16",
"experimentalDecorators": true,
"useDefineForClassFields": false,
"verbatimModuleSyntax": true,
"verbatimModuleSyntax": true
}
}
2 changes: 1 addition & 1 deletion packages/browser/src/node/providers/none.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class NoneBrowserProvider implements BrowserProvider {
private open = false

getSupportedBrowsers() {
// `none` supports any browser
// `none` is not restricted to certain browsers.
return []
}

Expand Down

0 comments on commit acfa9b1

Please sign in to comment.