[[TypeScript 4.1]]からは[[paths (tsconfig)|paths]]を指定するために[[baseUrl (tsconfig)|baseUrl]]を指定する必要はなくなった。 > This feature was designed for use in conjunction with AMD module loaders in the browser, and is not recommended in any other context. As of TypeScript 4.1, baseUrl is no longer required to be set when using paths. > >*[TypeScript: TSConfig Reference \- Docs on every TSConfig option](https://www.typescriptlang.org/tsconfig/#baseUrl) より*