From 77791c488d783d2bad00ea40b34956539dc01153 Mon Sep 17 00:00:00 2001 From: Patrick McLaughlin Date: Mon, 5 Feb 2024 10:50:03 -0500 Subject: [PATCH] run `npm run format:fix` --- packages/express-wrapper/tsconfig.json | 12 ++++++------ packages/io-ts-http/tsconfig.json | 8 ++++---- packages/openapi-generator/tsconfig.json | 4 ++-- packages/response/tsconfig.json | 4 ++-- packages/superagent-wrapper/tsconfig.json | 8 ++++---- packages/typed-express-router/tsconfig.json | 10 +++++----- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/packages/express-wrapper/tsconfig.json b/packages/express-wrapper/tsconfig.json index 80f57446..23eec22e 100644 --- a/packages/express-wrapper/tsconfig.json +++ b/packages/express-wrapper/tsconfig.json @@ -2,17 +2,17 @@ "extends": "../../tsconfig.json", "include": ["src/**/*", "test/**/*"], "compilerOptions": { - "outDir": "./dist", + "outDir": "./dist" }, "references": [ { - "path": "../io-ts-http", + "path": "../io-ts-http" }, { - "path": "../superagent-wrapper", + "path": "../superagent-wrapper" }, { - "path": "../typed-express-router", - }, - ], + "path": "../typed-express-router" + } + ] } diff --git a/packages/io-ts-http/tsconfig.json b/packages/io-ts-http/tsconfig.json index 029dff3a..61f0e6a3 100644 --- a/packages/io-ts-http/tsconfig.json +++ b/packages/io-ts-http/tsconfig.json @@ -3,11 +3,11 @@ "include": ["src/**/*", "test/**/*"], "compilerOptions": { "outDir": "dist", - "exactOptionalPropertyTypes": true, + "exactOptionalPropertyTypes": true }, "references": [ { - "path": "../response", - }, - ], + "path": "../response" + } + ] } diff --git a/packages/openapi-generator/tsconfig.json b/packages/openapi-generator/tsconfig.json index f088dd28..c1d8b5bb 100644 --- a/packages/openapi-generator/tsconfig.json +++ b/packages/openapi-generator/tsconfig.json @@ -2,7 +2,7 @@ "extends": "../../tsconfig.json", "include": ["src/**/*.ts", "test/**/*.json", "test/**/*.ts"], "compilerOptions": { - "outDir": "dist", + "outDir": "dist" }, - "references": [], + "references": [] } diff --git a/packages/response/tsconfig.json b/packages/response/tsconfig.json index 248397b1..fc29e4cd 100644 --- a/packages/response/tsconfig.json +++ b/packages/response/tsconfig.json @@ -2,6 +2,6 @@ "extends": "../../tsconfig.json", "include": ["src/**/*.ts", "test/**/*.json", "test/**/*.ts"], "compilerOptions": { - "outDir": "dist", - }, + "outDir": "dist" + } } diff --git a/packages/superagent-wrapper/tsconfig.json b/packages/superagent-wrapper/tsconfig.json index 45fd4a62..e2d50d4b 100644 --- a/packages/superagent-wrapper/tsconfig.json +++ b/packages/superagent-wrapper/tsconfig.json @@ -4,11 +4,11 @@ "compilerOptions": { "lib": ["dom", "es2019"], "outDir": "dist", - "noUncheckedIndexedAccess": false, + "noUncheckedIndexedAccess": false }, "references": [ { - "path": "../io-ts-http", - }, - ], + "path": "../io-ts-http" + } + ] } diff --git a/packages/typed-express-router/tsconfig.json b/packages/typed-express-router/tsconfig.json index b2913905..4433521c 100644 --- a/packages/typed-express-router/tsconfig.json +++ b/packages/typed-express-router/tsconfig.json @@ -2,14 +2,14 @@ "extends": "../../tsconfig.json", "include": ["src/**/*", "test/**/*"], "compilerOptions": { - "outDir": "./dist", + "outDir": "./dist" }, "references": [ { - "path": "../io-ts-http", + "path": "../io-ts-http" }, { - "path": "../superagent-wrapper", - }, - ], + "path": "../superagent-wrapper" + } + ] }