Skip to content

Commit

Permalink
chore(autofmt): Automated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 15, 2023
1 parent 79d2fcc commit d2d979d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions console/client/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"compilerOptions": {
"target": "es6",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
Expand All @@ -21,7 +17,5 @@
"noEmit": true,
"jsx": "react-jsx"
},
"include": [
"src/**/*"
]
"include": ["src/**/*"]
}

0 comments on commit d2d979d

Please sign in to comment.