Skip to content
New issue

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

Set "strict": true in tsconfig #2452

Open
hymair opened this issue May 18, 2024 · 1 comment
Open

Set "strict": true in tsconfig #2452

hymair opened this issue May 18, 2024 · 1 comment
Labels

Comments

@hymair
Copy link

hymair commented May 18, 2024

Describe the feature

As in Nuxt, strict should ideally be enabled by default.

Additional information

Overwriting tsconfig works as well so far:

// https://nitro.unjs.io/guide/typescript
{
    "extends": "./.nitro/types/tsconfig.json",
    "compilerOptions": {
        "strict": true
    }
}
@manniL manniL added enhancement New feature or request typescript and removed pending triage labels May 19, 2024
@manniL
Copy link
Member

manniL commented May 19, 2024

IMO a good candidate for the next major

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants