pull/8/head
zjx0905 2020-07-27 11:37:08 +08:00
parent 936b0ef446
commit 7e5f2c376c
2 changed files with 2 additions and 3 deletions

View File

@ -11,8 +11,8 @@
],
"scripts": {
"build": "rollup -c",
"lint": "eslint --ext ts --fix src test",
"prettier": "prettier --write --config .prettierrc \"{src,test}/**/*.{js,ts}\"",
"lint": "eslint --ext ts --fix src __tests__",
"prettier": "prettier --write --config .prettierrc \"{src,__tests__}/**/*.{js,ts}\"",
"test": "jest",
"test:watch": "yarn test -- --watch",
"test:cov": "yarn test -- --coverage",

View File

@ -3,7 +3,6 @@
"target": "esnext",
"module": "esnext",
"lib": [
"dom",
"es2020"
],
"declaration": true,