Skip to content

Commit cf272f3

Browse files
committed
wip
1 parent 7eb90ee commit cf272f3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "polykey-network-dashboard",
33
"private": true,
4-
"type": "module",
54
"scripts": {
65
"lint": "matrixai-lint --shell src",
76
"lintfix": "matrixai-lint --fix --shell src",
@@ -20,7 +19,7 @@
2019
"react-chartjs-2": "^5.3.0"
2120
},
2221
"devDependencies": {
23-
"@cloudflare/workers-types": "^4.20250603.0",
22+
"@cloudflare/workers-types": "^4.20250604.0",
2423
"@docusaurus/core": "^3.8.0",
2524
"@docusaurus/module-type-aliases": "^3.8.0",
2625
"@docusaurus/preset-classic": "^3.8.0",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"allowSyntheticDefaultImports": true,
1010
"resolveJsonModule": true,
1111
"isolatedModules": true,
12-
"moduleResolution": "node",
12+
"moduleResolution": "bundler",
1313
"module": "esnext",
1414
"target": "esnext",
1515
"lib": ["ESNext", "dom"],

0 commit comments

Comments
 (0)