aka-worker/cool-dawn-3d3b/node_modules/wrangler/templates/tsconfig.json

8 lines
199 B
JSON

{
"extends": "@cloudflare/workers-tsconfig/tsconfig.json",
"compilerOptions": {
"types": ["@cloudflare/workers-types"]
},
"include": ["**/*.ts"],
"exclude": ["__tests__", "./init-tests/**"]
}