Skip to content

Commit

Permalink
fix: install ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofan2406 committed May 12, 2023
1 parent 0dbb076 commit 7347e58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"clean": "rimraf dist/* docs/* lib/* es/*",
"generate-types": "node ./scripts/generate-types/generateTypes.js",
"copy-types": "npm run generate-types -- -c",
"type-check": "npx -p typescript tsc --allowSyntheticDefaultImports",
"type-check": "tsc --allowSyntheticDefaultImports",
"deps": "ADBLOCK=true DISABLE_OPENCOLLECTIVE=true npm ci",
"dist:prod": "cross-env NODE_ENV=dist node ./scripts/build.js",
"dist:lib": "cross-env NODE_ENV=cjs node ./scripts/babel-build.js",
Expand Down Expand Up @@ -147,6 +147,7 @@
"svg4everybody": "^2.1.9",
"svgo": "^3.0.2",
"terser-webpack-plugin": "^5.3.7",
"typescript": "^5.0.4",
"url-search-params-polyfill": "^8.1.1",
"wcag-contrast": "^3.0.0",
"webpack": "^5.78.0",
Expand Down

0 comments on commit 7347e58

Please sign in to comment.