Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Wheel Zoom plugin #1313

Merged
merged 33 commits into from
Sep 26, 2023
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
be3e228
wip
VillageR88 Sep 25, 2023
d9cb8e2
wip
VillageR88 Sep 25, 2023
8e2bfdc
wip
VillageR88 Sep 25, 2023
6ce511f
wip
VillageR88 Sep 25, 2023
29a4305
wip
VillageR88 Sep 25, 2023
431f6d0
wip
VillageR88 Sep 25, 2023
012d362
Merge branch 'master' of https://github.com/VillageR88/hypertuner-cloud
VillageR88 Sep 25, 2023
ee166f4
wip
VillageR88 Sep 25, 2023
389174f
Merge branch 'master' of https://github.com/VillageR88/hypertuner-cloud
VillageR88 Sep 25, 2023
1ff4325
wip
VillageR88 Sep 25, 2023
6a69ddf
Merge branch 'master' of https://github.com/VillageR88/hypertuner-cloud
VillageR88 Sep 25, 2023
0a09873
wip
VillageR88 Sep 25, 2023
0cbd8a8
Merge branch 'master' of https://github.com/VillageR88/hypertuner-cloud
VillageR88 Sep 25, 2023
0348166
wip
VillageR88 Sep 25, 2023
674eb3e
Merge branch 'master' of https://github.com/VillageR88/hypertuner-cloud
VillageR88 Sep 25, 2023
ba7d9aa
wip
VillageR88 Sep 25, 2023
d5ae164
Revert "wip"
VillageR88 Sep 25, 2023
ffa6130
wip
VillageR88 Sep 25, 2023
5ee4200
Merge branch 'master' of https://github.com/VillageR88/hypertuner-cloud
VillageR88 Sep 25, 2023
4e23bb0
wip
VillageR88 Sep 25, 2023
e082133
Merge branch 'master' of https://github.com/VillageR88/hypertuner-cloud
VillageR88 Sep 25, 2023
3c86fea
wip
VillageR88 Sep 25, 2023
af97033
Merge branch 'master' of https://github.com/VillageR88/hypertuner-cloud
VillageR88 Sep 25, 2023
776c1ef
wip
VillageR88 Sep 25, 2023
4596843
commit
VillageR88 Sep 25, 2023
8a1d517
Merge branch 'master' of https://github.com/VillageR88/hypertuner-cloud
VillageR88 Sep 25, 2023
8cfaf5f
commit
VillageR88 Sep 26, 2023
9e2333f
wip
VillageR88 Sep 26, 2023
1eddeab
commit
VillageR88 Sep 26, 2023
2632049
commit
VillageR88 Sep 26, 2023
fff4f0c
Update tsconfig.json
VillageR88 Sep 26, 2023
7d21fd5
Remove extra new lines
VillageR88 Sep 26, 2023
ff119e4
Add camelCase, remove unnecesary code
VillageR88 Sep 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tsconfig.json
Co-authored-by: Piotr Rogowski <[email protected]>
  • Loading branch information
VillageR88 and karniv00l authored Sep 26, 2023
commit fff4f0c7c6e65539b4c81fa23ae9fdfdf653fb21
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,