From 736b5b81776c8267e3352ec2b234a2fa61fbedaf Mon Sep 17 00:00:00 2001
From: yisding <yi.s.ding@gmail.com>
Date: Tue, 6 Feb 2024 11:55:38 -0800
Subject: [PATCH] update packages

---
 e2e/tsconfig.json                               |  4 ++--
 templates/types/simple/express/tsconfig.json    |  4 ++--
 templates/types/streaming/express/tsconfig.json |  4 ++--
 templates/types/streaming/nextjs/tsconfig.json  | 10 +++++-----
 tsconfig.json                                   |  6 +++---
 5 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/e2e/tsconfig.json b/e2e/tsconfig.json
index 17aef9c5..d2ea7ec5 100644
--- a/e2e/tsconfig.json
+++ b/e2e/tsconfig.json
@@ -10,7 +10,7 @@
     "esModuleInterop": true,
     "forceConsistentCasingInFileNames": true,
     "incremental": true,
-    "tsBuildInfoFile": "./lib/.tsbuildinfo",
+    "tsBuildInfoFile": "./lib/.tsbuildinfo"
   },
-  "include": ["./**/*.ts"],
+  "include": ["./**/*.ts"]
 }
diff --git a/templates/types/simple/express/tsconfig.json b/templates/types/simple/express/tsconfig.json
index b7687912..bc819cab 100644
--- a/templates/types/simple/express/tsconfig.json
+++ b/templates/types/simple/express/tsconfig.json
@@ -5,6 +5,6 @@
     "forceConsistentCasingInFileNames": true,
     "strict": true,
     "skipLibCheck": true,
-    "moduleResolution": "node",
-  },
+    "moduleResolution": "node"
+  }
 }
diff --git a/templates/types/streaming/express/tsconfig.json b/templates/types/streaming/express/tsconfig.json
index b7687912..bc819cab 100644
--- a/templates/types/streaming/express/tsconfig.json
+++ b/templates/types/streaming/express/tsconfig.json
@@ -5,6 +5,6 @@
     "forceConsistentCasingInFileNames": true,
     "strict": true,
     "skipLibCheck": true,
-    "moduleResolution": "node",
-  },
+    "moduleResolution": "node"
+  }
 }
diff --git a/templates/types/streaming/nextjs/tsconfig.json b/templates/types/streaming/nextjs/tsconfig.json
index b3f86129..40c136b8 100644
--- a/templates/types/streaming/nextjs/tsconfig.json
+++ b/templates/types/streaming/nextjs/tsconfig.json
@@ -15,14 +15,14 @@
     "incremental": true,
     "plugins": [
       {
-        "name": "next",
-      },
+        "name": "next"
+      }
     ],
     "paths": {
-      "@/*": ["./*"],
+      "@/*": ["./*"]
     },
-    "forceConsistentCasingInFileNames": true,
+    "forceConsistentCasingInFileNames": true
   },
   "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
-  "exclude": ["node_modules"],
+  "exclude": ["node_modules"]
 }
diff --git a/tsconfig.json b/tsconfig.json
index cd48a6cf..8be5525b 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -10,14 +10,14 @@
     "esModuleInterop": true,
     "forceConsistentCasingInFileNames": true,
     "incremental": true,
-    "tsBuildInfoFile": "./lib/.tsbuildinfo",
+    "tsBuildInfoFile": "./lib/.tsbuildinfo"
   },
   "include": [
     "create-app.ts",
     "index.ts",
     "./helpers",
     "questions.ts",
-    "package.json",
+    "package.json"
   ],
-  "exclude": ["dist"],
+  "exclude": ["dist"]
 }
-- 
GitLab