File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,15 @@ $ git push origin
6363$ gh release create v0.1.2 -t 0.1.2
6464```
6565
66+ ## ESM 対応
67+
68+ [ ` setup-to-native-esm ` ] ( https://github.com/hankei6km/my-starter-ts-npm-cli-and-lib/tree/topic/setup-to-native-esm ) ブランチで ESM 対応を実験的に行っている。
69+
70+ - [ Pure ESM package · GitHub] ( https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c )
71+ - [ ESM Support | ts-jest] ( https://kulshekhar.github.io/ts-jest/docs/next/guides/esm-support/ )
72+ - [ Native support for ES Modules · Issue #9430 · facebook/jest · GitHub] ( https://github.com/facebook/jest/issues/9430#issuecomment-616232029 )
73+ - [ jest.mock does not mock an ES module without Babel · Issue #10025 · facebook/jest · GitHub] ( https://github.com/facebook/jest/issues/10025 )
74+
6675## 付録
6776
6877` package.json ` に記述する情報のテンプレート。` license ` を変更したら ` LICENSE ` ファイルの変更も忘れずに。
@@ -97,5 +106,3 @@ MIT License
97106
98107Copyright (c) 2021 hankei6km
99108
100-
101-
You can’t perform that action at this time.
0 commit comments