|
6 | 6 | [](https://codecov.io/gh/Codex-/cosmiconfig-typescript-loader) |
7 | 7 | [](https://www.npmjs.com/package/cosmiconfig-typescript-loader) |
8 | 8 |
|
9 | | -## `@endemolshinegroup/cosmiconfig-typescript-loader` |
10 | | - |
11 | | -This package serves as a drop in replacement for `@endemolshinegroup/cosmiconfig-typescript-loader`. At the time of publishing this, `endemolshinegroup` is not maintaining the original package. I can only assume this is to do with the fact that Endemol Shine Group [was purchased and absorbed by another business](https://en.wikipedia.org/wiki/Endemol_Shine_Group#Sale_to_Banijay). This discontinuation of development efforts towards the original package left any open issues and pull requests unresolved. |
12 | | - |
13 | | -This new package resolves the following original issues: |
14 | | - |
15 | | -- [`#134`](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/issues/134): "Doesn't work with Cosmiconfig sync API" |
16 | | -- [`#147`](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/issues/147): "doesn't provide typescript, requested by ts-node" |
17 | | -- [`#155`](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/issues/155): "Misleading TypeScriptCompileError when user's tsconfig.json "module" is set to "es2015"" |
18 | | - |
19 | 9 | ## Usage |
20 | 10 |
|
21 | 11 | Simply add `TypeScriptLoader` to the list of loaders for the `.ts` file type: |
@@ -62,3 +52,13 @@ const explorer = cosmiconfig("test", { |
62 | 52 |
|
63 | 53 | const cfg = explorer.load("./amazing.config.ts"); |
64 | 54 | ``` |
| 55 | + |
| 56 | +## `@endemolshinegroup/cosmiconfig-typescript-loader` |
| 57 | + |
| 58 | +This package serves as a drop in replacement for `@endemolshinegroup/cosmiconfig-typescript-loader`. At the time of publishing this, `endemolshinegroup` is not maintaining the original package. I can only assume this is to do with the fact that Endemol Shine Group [was purchased and absorbed by another business](https://en.wikipedia.org/wiki/Endemol_Shine_Group#Sale_to_Banijay). This discontinuation of development efforts towards the original package left any open issues and pull requests unresolved. |
| 59 | + |
| 60 | +This new package resolves the following original issues: |
| 61 | + |
| 62 | +- [`#134`](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/issues/134): "Doesn't work with Cosmiconfig sync API" |
| 63 | +- [`#147`](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/issues/147): "doesn't provide typescript, requested by ts-node" |
| 64 | +- [`#155`](https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/issues/155): "Misleading TypeScriptCompileError when user's tsconfig.json "module" is set to "es2015"" |
0 commit comments