Replies: 1 comment
-
are you sure you want (also check |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running the script on windows 11 with PHP version 8.2.7 I've also tried several approaches without success:
set up a project with only "spatie/typescript-transformer" v2 installed... 0 TypeScript code generated.
create a Laravel project and publish the configuration of "spatie/laravel-typescript-transformer" v2... 0 TypeScript code generated.
I've tested both approaches to commenting my PHP classes.
/** @typescript */
and
#[TypeScript]
I'm a little desperate
my composer.json
my typescript-transformer.php
I deliberately targeted a project outside the scope of Laravel because I don't use it in my project and I didn't want to pollute it with a Laravel installation.
Beta Was this translation helpful? Give feedback.
All reactions