Skip to content

Commit 74c57af

Browse files
committed
chore: add typing to underscript
1 parent a5b39ac commit 74c57af

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

package-lock.json

Lines changed: 22 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"test": "mocha",
2626
"update": "npm version minor --m=\"chore(update): Release v%s\"",
2727
"version": "node scripts/validate.cjs",
28+
"types": "tsc",
2829
"//": "versioning scripts",
2930
"patch": "npm version patch --m=\"chore(patch): Release v%s\"",
3031
"nextpatch": "npm version prepatch --m=\"chore(next): Build patch v%s\"",
@@ -42,6 +43,7 @@
4243
"@rollup/plugin-multi-entry": "^4.1.0",
4344
"@rollup/plugin-node-resolve": "^11.2.1",
4445
"@rollup/plugin-replace": "^3.1.0",
46+
"@types/jquery": "^2.0.68",
4547
"chai": "^4.3.7",
4648
"chai-as-promised": "^7.1.1",
4749
"dotenv": "^16.3.1",
@@ -54,7 +56,8 @@
5456
"rollup-plugin-cleanup": "^3.2.1",
5557
"rollup-plugin-external-globals": "^0.6.1",
5658
"stylelint": "^14.16.1",
57-
"stylelint-config-standard": "^29.0.0"
59+
"stylelint-config-standard": "^29.0.0",
60+
"typescript": "^5.8.2"
5861
},
5962
"dependencies": {
6063
"axios": "^0.21.4",

0 commit comments

Comments
 (0)