Skip to content

Commit ecf1306

Browse files
committed
fix: remove tsconfig.dev.json
1 parent e0a5a0e commit ecf1306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ async function createApp(projectName: string, options: Required<Options>) {
236236

237237
// Setup tsconfig
238238
if (options.typescript) {
239-
await copyFiles(templateDirBase, ['./tsconfig.json', './tsconfig.dev.json'])
239+
await copyFiles(templateDirBase, ['./tsconfig.json'])
240240
}
241241

242242
// Setup the package.json file, optionally with typescript and tailwind

0 commit comments

Comments
 (0)