feat: all cjs export (#3189)

* feat: all cjs export

* test: fix deno test

* style: fix error  Expected space or tab before '*/' in comment  spaced-comment

* fix: deno import map

* fix: sneak in a fix for yarn
This commit is contained in:
Jonathan Ho
2023-11-26 17:17:54 -08:00
committed by GitHub
parent 887596125e
commit 1974834b20
24 changed files with 1020 additions and 53 deletions

View File

@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/swcrc",
"jsc": {
"parser": {
"syntax": "typescript",
@@ -21,4 +22,4 @@
"noInterop": false
},
"sourceMaps": true
}
}