diff --git a/e2e/tsconfig.json b/e2e/tsconfig.json
index 17aef9c5e990774b73ef858eed3113b9316ee430..d2ea7ec52bffa0c242811ee8fac79c9d58e75030 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 b7687912a99030f8e8764333e95805f6751b3994..bc819cab43220b31fac6abb1d4a36ac5880ef011 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 b7687912a99030f8e8764333e95805f6751b3994..bc819cab43220b31fac6abb1d4a36ac5880ef011 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 b3f86129768207c1887b953aa660310853c16cba..40c136b8255d33d2f7335e82f141d9d16005d878 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 cd48a6cf350f2a45d91c5820cabf1b4da5eb130e..8be5525be79999f9437a39b76c9a793224997f71 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"]
 }