Use esbuild to generate esm bundle

This commit is contained in:
Alex Miller 2024-09-11 13:14:51 +12:00
parent e5970628e0
commit c4f6f6794a
8 changed files with 316 additions and 30 deletions

View file

@ -1,6 +1,8 @@
{
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"noEmit": true
"noEmit": true,
"allowImportingTsExtensions": true,
}
}