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 11, 2021
1 parent d950c35 commit b5dd6f3
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 82 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": "../../configs/base.tsconfig.json",
"compilerOptions": {
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "lib"
},
Expand Down
4 changes: 0 additions & 4 deletions extensions/eclipse-che-theia-about/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": "../../configs/base.tsconfig.json",
"compilerOptions": {
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "lib"
},
Expand Down
4 changes: 0 additions & 4 deletions extensions/eclipse-che-theia-activity-tracker/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": "../../configs/base.tsconfig.json",
"compilerOptions": {
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "lib"
},
Expand Down
4 changes: 0 additions & 4 deletions extensions/eclipse-che-theia-cli-endpoint/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": "../../configs/base.tsconfig.json",
"compilerOptions": {
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "lib"
},
Expand Down
4 changes: 0 additions & 4 deletions extensions/eclipse-che-theia-credentials/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": "../../configs/base.tsconfig.json",
"compilerOptions": {
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "lib"
},
Expand Down
4 changes: 0 additions & 4 deletions extensions/eclipse-che-theia-dashboard/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": "../../configs/base.tsconfig.json",
"compilerOptions": {
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "lib"
},
Expand Down
4 changes: 0 additions & 4 deletions extensions/eclipse-che-theia-file-sync-tracker/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": "../../configs/base.tsconfig.json",
"compilerOptions": {
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "lib"
},
Expand Down
4 changes: 0 additions & 4 deletions extensions/eclipse-che-theia-git-provisioner/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": "../../configs/base.tsconfig.json",
"compilerOptions": {
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "lib"
},
Expand Down
4 changes: 0 additions & 4 deletions extensions/eclipse-che-theia-logging/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": "../../configs/base.tsconfig.json",
"compilerOptions": {
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "lib"
},
Expand Down
4 changes: 0 additions & 4 deletions extensions/eclipse-che-theia-messaging/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": "../../configs/base.tsconfig.json",
"compilerOptions": {
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "lib"
},
Expand Down
4 changes: 0 additions & 4 deletions extensions/eclipse-che-theia-mini-browser/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": "../../configs/base.tsconfig.json",
"compilerOptions": {
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "lib"
},
Expand Down
4 changes: 0 additions & 4 deletions extensions/eclipse-che-theia-plugin-ext/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": "../../configs/base.tsconfig",
"compilerOptions": {
"lib": [
"ES2017",
"dom"
],
"sourceMap": true,
"rootDir": "src",
"outDir": "lib",
Expand Down
4 changes: 0 additions & 4 deletions extensions/eclipse-che-theia-plugin-remote/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": "lib"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": "../../configs/base.tsconfig.json",
"compilerOptions": {
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "lib"
},
Expand Down
4 changes: 0 additions & 4 deletions extensions/eclipse-che-theia-remote-api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"extends": "../../configs/base.tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "lib"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"extends": "../../configs/base.tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "lib"
},
Expand Down
4 changes: 0 additions & 4 deletions extensions/eclipse-che-theia-remote-impl-k8s/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"extends": "../../configs/base.tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "lib"
},
Expand Down
4 changes: 0 additions & 4 deletions extensions/eclipse-che-theia-terminal/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": "../../configs/base.tsconfig.json",
"compilerOptions": {
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "lib"
},
Expand Down
5 changes: 0 additions & 5 deletions extensions/eclipse-che-theia-user-preferences/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
"downlevelIteration": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "ES2017",
"lib": [
"ES2017",
"dom"
],
"sourceMap": true,
"rootDir": "src",
"outDir": "lib",
Expand Down
4 changes: 0 additions & 4 deletions extensions/eclipse-che-theia-workspace/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"extends": "../../configs/base.tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"lib": [
"ES2017",
"dom"
],
"rootDir": "src",
"outDir": "lib"
},
Expand Down
1 change: 0 additions & 1 deletion tools/automation/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 b5dd6f3

Please sign in to comment.