Files
edgetunnel/functions/tsconfig.json
zizifn d291067219 init Cf page project (#85)
init cf page project
2023-01-02 02:18:20 +08:00

9 lines
145 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": ["esnext"],
"types": ["@cloudflare/workers-types"]
}
}