This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
Validate typings using actual tsc
compiler
#70
Labels
tsc
compiler
#70
The typings behave somewhat different when working on them inside this project and when they are being consumed as a module installed from
npm
(see #69).We should add some kind of minimum TypeScript project which will try to consume the packages as if they were installed from npm and attempt to compile the TypeScript project to make sure the type definition files are actually working from a user perspective, not just from Atlas-maintainer perspective. 💪
The text was updated successfully, but these errors were encountered: