Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Typescript check fails when 'strict' is enabled in the project (v1.0.1) #323

@pataar

Description

@pataar

Summary

I have a project that contains a minimal tsconfig.json with 'strict' enabled.

{
	"extends": "expo/tsconfig.base",
	"compilerOptions": {
		"strict": true
	}
}

This currently gives errors like this:
image

Feels weird to me that libraries are included in type checks. Is that correct?

Minimal reproducible example

Just set your ts compiler to 'strict'. Like this:

{
	"extends": "expo/tsconfig.base",
	"compilerOptions": {
		"strict": true
	}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions