Browse Source

tsconfig names

pull/21/head
Coin de Gamma 3 years ago
parent
commit
56e2ec26e5
  1. 0
      bin.tsconfig.json
  2. 0
      lib.tsconfig.json
  3. 6
      package.json

0
tsconfig.bin.json → bin.tsconfig.json

0
tsconfig.lib.json → lib.tsconfig.json

6
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",

Loading…
Cancel
Save