Declaration files will not be transpiled, but imports from them will still create a require(declaration), which causes a lua error due to the file not existing.
Ideally we also find a way to not import declared types and interfaces from non-declarations files.
Declaration files will not be transpiled, but imports from them will still create a
require(declaration), which causes a lua error due to the file not existing.Ideally we also find a way to not import declared types and interfaces from non-declarations files.