Skip to content

Commit 210c786

Browse files
committed
d.ts is important
1 parent 4d32bff commit 210c786

3 files changed

Lines changed: 2 additions & 25 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ export-types
1919
/.vscode
2020
.DS_Store
2121
/storage
22+
resources/js/form-requests/index.d.ts

resources/js/form-requests/index.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/Commands/BaseCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected function done(): void
5656

5757
protected function tsFilePath(string $path): string
5858
{
59-
return $this->joinPaths($path, 'index.ts');
59+
return $this->joinPaths($path, 'index.d.ts');
6060
}
6161

6262

0 commit comments

Comments
 (0)