JSON16 linhas339 bytes
apps/worker/tsconfig.json
SHA-256
be016a337d03dc239e4fa4b3674875238744726066de033858f2edfb17c0b3fa
Somente leiturafonte-acf635076da2
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022"],
"module": "ES2022",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"types": ["@cloudflare/workers-types"],
"outDir": "dist",
"rootDir": "src"
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist"]
}