Skip to content

Separate TypeScript Build Configuration #822

@threeal

Description

@threeal

This issue suggests separating the TypeScript configuration between building and type checking. The main purpose of this proposal is to ensure that all files are covered during type checks, including test files and configuration files, which are currently excluded due to conflicts with the files required for building the library.

To achieve this, we can split the current tsconfig.json into tsconfig.build.json for the build configuration and tsconfig.json for type checking. For type checking, we can continue using the tsc command, while for building the library, we can use tsc -p tsconfig.build.json instead.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions