chore: fuck esm, all my homies hate esm

feel free to contribute though
This commit is contained in:
alina 🌸 2023-10-12 15:03:15 +03:00
parent b5c7a6b90d
commit 01e5fbb95d
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
2 changed files with 1 additions and 8 deletions

View file

@ -10,7 +10,7 @@
"scripts": {
"test": "mocha -r ts-node/register \"tests/**/*.spec.ts\"",
"docs": "typedoc",
"build": "tsc | tsc -p tsconfig.cjs.json",
"build": "tsc",
"gen-client": "node ./scripts/generate-client.js",
"gen-updates": "node ./scripts/generate-updates.js"
},

View file

@ -1,7 +0,0 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"outDir": "./dist/_cjs",
},
}