2 Matching Annotations
- Feb 2021
- Sep 2020
-
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
-