Skip to content

Commit

Permalink
Merge branch 'typescript'
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed May 25, 2024
2 parents b401254 + 0b720c2 commit 4450bb9
Show file tree
Hide file tree
Showing 14 changed files with 5,901 additions and 5,081 deletions.
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"EditorConfig.EditorConfig"
]
}
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript][typescript]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}
}
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"version": "22.1.3",
"main": "dist/umd/jcanvas.min.js",
"module": "dist/esm/jcanvas.min.js",
"types": "src/jcanvas.d.ts",
"scripts": {
"build": "rollup -c",
"prepare": "rollup -c",
Expand All @@ -31,12 +32,15 @@
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@types/jquery": "^3.5.30",
"eslint": "^8.56.0",
"glob": "^10.3.10",
"jquery": "^3.7.1",
"qunit": "^2.20.0",
"rollup": "^4.9.1"
"rollup": "^4.17.2",
"rollup-plugin-esbuild": "^6.1.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
},
"peerDependencies": {
"jquery": ">=1.4.0"
Expand Down
Loading

0 comments on commit 4450bb9

Please sign in to comment.