cloudflare/vinext

Public

mirrored from https://github.com/cloudflare/vinextAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.0.9

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

examples/app-router-cloudflare/tsconfig.json

13lines · modecode

1{
2 "compilerOptions": {
3 "target": "ES2022",
4 "module": "ESNext",
5 "moduleResolution": "bundler",
6 "jsx": "react-jsx",
7 "strict": true,
8 "esModuleInterop": true,
9 "skipLibCheck": true,
10 "types": ["@cloudflare/workers-types"]
11 },
12 "include": ["app", "worker"]
13}
14