chore: fuck esm, all my homies hate esm
feel free to contribute though
This commit is contained in:
parent
b5c7a6b90d
commit
01e5fbb95d
2 changed files with 1 additions and 8 deletions
|
@ -10,7 +10,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha -r ts-node/register \"tests/**/*.spec.ts\"",
|
"test": "mocha -r ts-node/register \"tests/**/*.spec.ts\"",
|
||||||
"docs": "typedoc",
|
"docs": "typedoc",
|
||||||
"build": "tsc | tsc -p tsconfig.cjs.json",
|
"build": "tsc",
|
||||||
"gen-client": "node ./scripts/generate-client.js",
|
"gen-client": "node ./scripts/generate-client.js",
|
||||||
"gen-updates": "node ./scripts/generate-updates.js"
|
"gen-updates": "node ./scripts/generate-updates.js"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "./tsconfig.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"module": "CommonJS",
|
|
||||||
"outDir": "./dist/_cjs",
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
Reference in a new issue