diff --git a/tsconfig.bin.json b/bin.tsconfig.json similarity index 100% rename from tsconfig.bin.json rename to bin.tsconfig.json diff --git a/tsconfig.lib.json b/lib.tsconfig.json similarity index 100% rename from tsconfig.lib.json rename to lib.tsconfig.json diff --git a/package.json b/package.json index a3910cc..77609b1 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "description": "", "scripts": { "build": "yarn build:lib && yarn build:bin", - "build:lib": "tsc --p tsconfig.lib.json", - "build:bin": "tsc --p tsconfig.bin.json", + "build:lib": "tsc --p lib.tsconfig.json", + "build:bin": "tsc --p bin.tsconfig.json", "dev": "tsc -w", - "test": "jest --config jest.config.js" + "test": "ts-jest" }, "repository": { "type": "git",