Skip to content

Commit

Permalink
run npm run format:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bitgopatmcl committed Feb 5, 2024
1 parent 46d1c83 commit 77791c4
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
12 changes: 6 additions & 6 deletions packages/express-wrapper/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
8 changes: 4 additions & 4 deletions packages/io-ts-http/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"include": ["src/**/*", "test/**/*"],
"compilerOptions": {
"outDir": "dist",
"exactOptionalPropertyTypes": true,
"exactOptionalPropertyTypes": true
},
"references": [
{
"path": "../response",
},
],
"path": "../response"
}
]
}
4 changes: 2 additions & 2 deletions packages/openapi-generator/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"include": ["src/**/*.ts", "test/**/*.json", "test/**/*.ts"],
"compilerOptions": {
"outDir": "dist",
"outDir": "dist"
},
"references": [],
"references": []
}
4 changes: 2 additions & 2 deletions packages/response/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "../../tsconfig.json",
"include": ["src/**/*.ts", "test/**/*.json", "test/**/*.ts"],
"compilerOptions": {
"outDir": "dist",
},
"outDir": "dist"
}
}
8 changes: 4 additions & 4 deletions packages/superagent-wrapper/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"compilerOptions": {
"lib": ["dom", "es2019"],
"outDir": "dist",
"noUncheckedIndexedAccess": false,
"noUncheckedIndexedAccess": false
},
"references": [
{
"path": "../io-ts-http",
},
],
"path": "../io-ts-http"
}
]
}
10 changes: 5 additions & 5 deletions packages/typed-express-router/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 77791c4

Please sign in to comment.