You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this error. I am totally new to typescript so I was trying to migrate starting from a simple file in my codebase.
tsc seems to work and correctly finds errors in my files ( I am not analyzing all the codebase, since it is still all .js, just configure inside tsconfig a path where TS should only work) .
This error does not shpw up when tsc but just when I try to run the app.
I know it's a pretty vague question but any hint is appriciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
.../node_modules/@griffel/core/src/__resetCSS.d.ts
TypeScript error in .../node_modules/@griffel/core/src/__resetCSS.d.ts(1,13): '=' expected. TS1005
I have this error. I am totally new to typescript so I was trying to migrate starting from a simple file in my codebase.
tsc seems to work and correctly finds errors in my files ( I am not analyzing all the codebase, since it is still all .js, just configure inside tsconfig a path where TS should only work) .
This error does not shpw up when tsc but just when I try to run the app.
I know it's a pretty vague question but any hint is appriciated.
thank you
Beta Was this translation helpful? Give feedback.
All reactions