Migration to typescript

Hello!

I’d like to know how should i set up the tsconfig.json to be able to create the new files in typescript, but to be able to continue developing in js.

My goal is to slowly migrate every js file to typescript, when I have free time.

I’m also curious what expo specific configurations / npm modules are required to work with typescript.

I’m using these expo modules:

"expo": "^30.0.0",
"@expo/vector-icons": "^6.2.2",
"sentry-expo": "^1.9.0",

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.