chore: Convert to a node style

This commit is contained in:
BluJ
2023-03-01 14:16:18 -07:00
parent 04f185f208
commit d4e0cdfd92
783 changed files with 11054 additions and 135393 deletions

15
tsc-multi.json Normal file
View File

@@ -0,0 +1,15 @@
{
"targets": [
{
"extname": ".cjs",
"module": "commonjs"
},
{
"extname": ".mjs",
"module": "esnext"
}
],
"projects": [
"./tsconfig.json"
]
}