Files
ELY-Browser/cloudflare/tsconfig.json
T

18 lines
438 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"lib": ["ES2022"],
"types": ["@cloudflare/workers-types"],
"strict": true,
"noUncheckedIndexedAccess": true,
"exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": false,
"verbatimModuleSyntax": true,
"rootDir": "."
},
"include": ["src/**/*.ts"]
}