diff --git a/src/tsconfig.json b/src/tsconfig.json index 447e2d821d..94b3ab7cb1 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -39,7 +39,7 @@ "@stratosui/cf-autoscaler": ["frontend/packages/cf-autoscaler/src/public_api.ts"], "@example/extensions": ["frontend/packages/example-extensions/src/public-api.ts"], "@stratosui/kubernetes": ["frontend/packages/kubernetes/src/public-api.ts"], - "@stratosui/git": ["frontend/packages/git/src/public_api.ts"], + "@stratosui/git": ["frontend/packages/git/src/public_api.ts"] } } } diff --git a/src/tsconfig.lib.json b/src/tsconfig.lib.json index 59f26a5046..f57cbb7de1 100644 --- a/src/tsconfig.lib.json +++ b/src/tsconfig.lib.json @@ -21,6 +21,6 @@ "fullTemplateTypeCheck": true, "strictInjectionParameters": true, "enableResourceInlining": true, - "preserveSymlinks": true, + "preserveSymlinks": true } } diff --git a/src/tsconfig.spec.json b/src/tsconfig.spec.json index 4b6895009b..95ef172a89 100644 --- a/src/tsconfig.spec.json +++ b/src/tsconfig.spec.json @@ -7,5 +7,5 @@ "jasmine", "node" ] - }, + } }