Skip to content

Task 3 - TypeScript Compiler Safety #3

Description

@G-Jeffreys

3.1 Set allowJs: false and migrate stray .js files to .ts or add JSDoc types.
3.2 Change target to "ES2022" to align with "moduleResolution": "bundler".
3.3 Tighten config with exactOptionalPropertyTypes and noPropertyAccessFromIndexSignature.
3.4 Restrict path aliases to "@/": ["src/"] for predictable IntelliSense.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions