Skip to content

Using baseUrl in tsconfig.json #12

@bonzzy

Description

@bonzzy

Using a baseUrl is a common practice in applications using AMD module loaders where modules are “deployed” to a single folder at run-time link.

What do you prefer better:
import * from "../../controllers/SomeController"

or:
import * from "controllers/SomeController"

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