Skip to content

Commit bb443ef

Browse files
1 parent 7435fd3 commit bb443ef

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@cloudflare/workers-types": "4.20260403.1",
32-
"@playform/build": "0.3.0",
32+
"@playform/build": "0.3.1",
3333
"@types/dotenv": "8.2.3",
3434
"miniflare": "4.20260401.0",
3535
"wrangler": "4.80.0"

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111
"outDir": "Target",
1212

13-
"types": ["@cloudflare/workers-types/experimental", "@types/node"]
13+
"types": ["@cloudflare/workers-types/experimental", "@types/node"],
14+
15+
"rootDir": "./Source"
1416
},
1517

1618
"extends": "@playform/build/tsconfig",

0 commit comments

Comments
 (0)