Skip to content

Commit

Permalink
chore: tsconfig skipLibCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Oct 10, 2019
1 parent 4e9f04f commit 0b826e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "jest --coverage",
"clean": "del dist coverage examples/build",
"clean:build": "del dist",
"type": "tsc --noEmit --skipLibCheck",
"type": "tsc --noEmit",
"lint": "eslint --ext '.js,.ts,.tsx' .",
"build": "run-s clean:build build:es build:cjs build:umd build:umd:min",
"build:es": "cross-env NODE_ENV=es rollup -c",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"sourceMap": true,
"strict": true,
"target": "es5",
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"*": ["src/types/*"],
Expand Down

0 comments on commit 0b826e3

Please sign in to comment.