Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Code clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
  • Loading branch information
RomanNikitenko committed Sep 24, 2021
1 parent 4d62570 commit 336cf8b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions generator/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"compilerOptions": {
"skipLibCheck": true,
"jsx": "react",
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "dist"
},
Expand Down
1 change: 0 additions & 1 deletion plugins/containers-plugin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../configs/base.tsconfig",
"compilerOptions": {
"target": "ES2017",
"lib": [
"ES2017",
"webworker"
Expand Down
1 change: 0 additions & 1 deletion plugins/ext-plugin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../configs/base.tsconfig",
"compilerOptions": {
"target": "ES2017",
"lib": [
"ES2017",
"webworker"
Expand Down
1 change: 0 additions & 1 deletion plugins/ports-plugin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../configs/base.tsconfig",
"compilerOptions": {
"target": "ES2017",
"lib": [
"ES2017",
"webworker"
Expand Down
1 change: 0 additions & 1 deletion tools/devworkspace-handler/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../configs/base.tsconfig",
"compilerOptions": {
"target": "ES2017",
"lib": [
"ES2017",
],
Expand Down

0 comments on commit 336cf8b

Please sign in to comment.