cloudflare/kumo

Public

mirrored fromhttps://github.com/cloudflare/kumoAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
main

Branches

Tags

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

Clone

HTTPS

Download ZIP

ci/tsconfig.json

15lines · modecode

1{
2 "compilerOptions": {
3 "target": "ES2022",
4 "module": "ESNext",
5 "lib": ["ES2022"],
6 "moduleResolution": "node",
7 "esModuleInterop": true,
8 "skipLibCheck": true,
9 "strict": true,
10 "resolveJsonModule": true,
11 "types": ["node"]
12 },
13 "include": ["**/*.ts"],
14 "exclude": ["node_modules"]
15}
16