Skip to content

Commit d338ca1

Browse files
khaledhosnysimoncozens
authored andcommitted
chore(web): Unbreak www 2 (#757)
* revert: "fix(web): Unbreak web site deploy (#756)" This reverts commit 1f216e3. * revert: "chore(deps): update dependency typescript to v6 (#744)" This reverts commit ab5f419.
1 parent 1f216e3 commit d338ca1

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

fontspector-web/www/package-lock.json

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

fontspector-web/www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"harfbuzzjs": "^0.10.0",
2626
"jquery": "^4.0.0",
2727
"sass-embedded": "^1.97.3",
28-
"typescript": "^6.0.0",
28+
"typescript": "^5.9.3",
2929
"vite": "^8.0.0",
3030
"vite-plugin-static-copy": "^4.0.0",
3131
"vite-plugin-top-level-await": "^1.6.0",

fontspector-web/www/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
"lib": ["DOM", "DOM.Iterable", "ESNext"],
66
"allowJs": false,
77
"skipLibCheck": true,
8+
"esModuleInterop": false,
89
"allowSyntheticDefaultImports": true,
910
"strict": true,
1011
"forceConsistentCasingInFileNames": true,
1112
"module": "ESNext",
12-
"moduleResolution": "nodenext",
13+
"moduleResolution": "Node",
1314
"resolveJsonModule": true,
1415
"isolatedModules": true,
1516
"noEmit": true,

0 commit comments

Comments
 (0)