diff --git a/tsconfig.json b/tsconfig.json index 21d995d..bee9d2e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,9 +5,7 @@ "backstage-plugin-github-releases-assets-backend/src", "backstage-plugin-github-releases-autogov/src" ], - "exclude": [ - "node_modules" - ], + "exclude": ["node_modules"], "compilerOptions": { "outDir": "dist-types", "rootDir": ".", @@ -16,4 +14,4 @@ "allowSyntheticDefaultImports": true, "skipLibCheck": true } -} \ No newline at end of file +}