Skip to content

Commit

Permalink
feat: by webpack, hi tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanVor committed Nov 21, 2024
1 parent e82bf87 commit 5c44a17
Show file tree
Hide file tree
Showing 83 changed files with 773 additions and 72 deletions.
9 changes: 9 additions & 0 deletions clients/ai-assistants-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../ai-assistants-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/ai-files-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../ai-files-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/ai-foundation_models-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../ai-foundation_models-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/ai-llm-v1alpha/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../ai-llm-v1alpha"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/ai-ocr-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../ai-ocr-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/ai-stt-v2/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../ai-stt-v2"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/ai-stt-v3/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../ai-stt-v3"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/ai-translate-v2/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../ai-translate-v2"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/ai-tts-v3/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../ai-tts-v3"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/ai-vision-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../ai-vision-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/ai-vision-v2/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../ai-vision-v2"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/airflow-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../airflow-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/apploadbalancer-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../apploadbalancer-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/audittrails-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../audittrails-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/backup-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../backup-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/billing-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../billing-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/cdn-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../cdn-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/certificatemanager-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../certificatemanager-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/cic-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../cic-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/cloudapps-workload-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../cloudapps-workload-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/cloudrouter-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../cloudrouter-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/compute-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../compute-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/containerregistry-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../containerregistry-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/dataproc-manager-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../dataproc-manager-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/dataproc-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../dataproc-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/datasphere-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../datasphere-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/datasphere-v2/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../datasphere-v2"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/datatransfer-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../datatransfer-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/dns-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../dns-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/endpoint/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../endpoint"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/iam-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../iam-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/iot-broker-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../iot-broker-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/iot-devices-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../iot-devices-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/k8s-marketplace-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../k8s-marketplace-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/k8s-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../k8s-v1"
},
"include": [
"."
]
}
9 changes: 9 additions & 0 deletions clients/kms-v1/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"outDir": "../../kms-v1"
},
"include": [
"."
]
}
Loading

0 comments on commit 5c44a17

Please sign in to comment.