0

I'm just playing around with react typescript

and I'm wondering if its possible to have a dedicate

file with the compiler options like tsconfig.json in angular.

For instance how can set

"strict": true,

1 Answer 1

1

Yes, tsconfig.json is specific to TypeScript, not Angular. When you generate a new TypeScript project using create-react-app <app-name> --typescript, a tsconfig.json file will be generated too.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks I've missed it :(

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.