Skip to content

Commit a6bce70

Browse files
sync
Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud>
1 parent e859bbc commit a6bce70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tsconfig.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
22
"compilerOptions": {
33
"baseUrl": "./",
4+
45
"lib": ["ESNext"],
6+
57
"outDir": "Target",
8+
69
"types": ["@cloudflare/workers-types/experimental", "@types/node"]
710
},
11+
812
"extends": "@playform/build/tsconfig",
13+
914
"include": ["Source"]
1015
}

0 commit comments

Comments
 (0)