Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Can't import other TypeScript files without compiling them #32

@mihe

Description

@mihe

Importing other TypeScript files, whether it's other TSU files or just utility files, need to be compiled down to .js files first, which quickly becomes tedious and error-prone. It would be nice if this could be solved in some way.

The current workaround for importing other TSU files is to import them using the UE/ prefix, like:

import * as Thing from 'UE/TBP_Thing';

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions