We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I create a file src/typings/spine.d.ts:
src/typings/spine.d.ts
/// <reference types="phaser/types/spine"/> /// <reference types="phaser/types/SpinePlugin"/> /// <reference types="phaser/types/SpineFile"/> /// <reference types="phaser/types/SpineGameObject"/>
but compile with error on linux:
[compile] src/typings/spine.d.ts(2,23): error TS2688: Cannot find type definition file for 'phaser/types/spineplugin.d.ts'. [compile] src/typings/spine.d.ts(3,23): error TS2688: Cannot find type definition file for 'phaser/types/spinefile'. [compile] src/typings/spine.d.ts(4,23): error TS2688: Cannot find type definition file for 'phaser/types/spinegameobject'
These files exist in node_modules/phaser/types/ , but are converted to lowercase.
node_modules/phaser/types/
https://github.com/photonstorm/phaser/tree/master/types
Typescript version: 3.9.3 and 4.x
Linux Red Hat 6.4.0-1.
There is no such problem on Mac.
The text was updated successfully, but these errors were encountered:
Looks like #45096.
Sorry, something went wrong.
This issue has been marked as a 'Duplicate' and has seen no recent activity. It has been automatically closed for house-keeping purposes.
forceConsistentCasingInFileNames: true
moduleResolution: Node16
No branches or pull requests
Bug Report
I create a file
src/typings/spine.d.ts
:but compile with error on linux:
These files exist in
node_modules/phaser/types/
, but are converted to lowercase.https://github.com/photonstorm/phaser/tree/master/types
🕗 Version & Regression Information
Typescript version: 3.9.3 and 4.x
Linux Red Hat 6.4.0-1.
There is no such problem on Mac.
🙁 Actual behavior
🙂 Expected behavior
The text was updated successfully, but these errors were encountered: