3 Matching Annotations
- Sep 2020
-
basarat.gitbook.io basarat.gitbook.io
-
Base directory to resolve non-absolute module names.
-
-
www.typescriptlang.org www.typescriptlang.org
-
stackoverflow.com stackoverflow.com
-
Let's say you import { Interface } from "api/interfaces", from source file /src/views/View.ts. Typescript would then look for the module in the following paths: /src/views/api/interfaces.ts /src/api/interfaces.ts /api/interfaces.ts
-