Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore(ops): use standard ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Sep 19, 2023
1 parent 984228a commit 0113131
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/standard-api-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs/testing": "^10.2.5",
"@nestjs/throttler": "^5.0.0",
"@node-saml/passport-saml": "^4.0.4",
"@stickyjs/typescript": "^1.3.4",
"@waveshq/standard-typescript": "workspace:*",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.86",
"@types/express": "^4.17.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-api-express/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Default",
"extends": "@stickyjs/typescript",
"extends": "@waveshq/standard-typescript",
"compilerOptions": {
"lib": ["ES2022"],
"module": "CommonJS",
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-api-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@nestjs/terminus": "^10.1.1",
"@nestjs/testing": "^10.2.5",
"@nestjs/throttler": "^5.0.0",
"@stickyjs/typescript": "^1.3.4",
"@waveshq/standard-typescript": "workspace:*",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.86",
"async-mutex": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-api-fastify/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Default",
"extends": "@stickyjs/typescript",
"extends": "@waveshq/standard-typescript",
"compilerOptions": {
"lib": ["ES2022"],
"module": "CommonJS",
Expand Down
20 changes: 6 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0113131

Please sign in to comment.