Skip to content

Commit ec22906

Browse files
fix: Add skipLibCheck to Che extension tsconfigs
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com> Generated-by: Cursor AI
1 parent 89f4550 commit ec22906

9 files changed

Lines changed: 9 additions & 0 deletions

File tree

code/extensions/che-activity-tracker/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"outDir": "./out",
55
"experimentalDecorators": true,
66
"emitDecoratorMetadata": true,
7+
"skipLibCheck": true,
78
"types": [
89
"node",
910
]

code/extensions/che-api/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"experimentalDecorators": true,
66
"emitDecoratorMetadata": true,
77
"declaration": true,
8+
"skipLibCheck": true,
89
"types": [
910
"node",
1011
"jest",

code/extensions/che-commands/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"outDir": "./out",
55
"experimentalDecorators": true,
66
"emitDecoratorMetadata": true,
7+
"skipLibCheck": true,
78
"types": [
89
"node",
910
"reflect-metadata"

code/extensions/che-github-authentication/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"outDir": "./out",
55
"experimentalDecorators": true,
6+
"skipLibCheck": true,
67
"typeRoots": [
78
"./node_modules/@types"
89
],

code/extensions/che-port/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"outDir": "./out",
55
"experimentalDecorators": true,
66
"emitDecoratorMetadata": true,
7+
"skipLibCheck": true,
78
"types": [
89
"node",
910
"jest"

code/extensions/che-remote/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"experimentalDecorators": true,
66
"emitDecoratorMetadata": true,
77
"esModuleInterop": true,
8+
"skipLibCheck": true,
89
"types": [
910
"node",
1011
"jest",

code/extensions/che-resource-monitor/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"outDir": "./out",
55
"experimentalDecorators": true,
66
"emitDecoratorMetadata": true,
7+
"skipLibCheck": true,
78
"types": [
89
"node",
910
"jest",

code/extensions/che-telemetry/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"outDir": "./out",
55
"experimentalDecorators": true,
66
"emitDecoratorMetadata": true,
7+
"skipLibCheck": true,
78
"types": [
89
"node",
910
]

code/extensions/che-terminal/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"outDir": "./out",
55
"experimentalDecorators": true,
66
"emitDecoratorMetadata": true,
7+
"skipLibCheck": true,
78
"types": [
89
"node"
910
]

0 commit comments

Comments
 (0)