10 lines
174 B
JSON
10 lines
174 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"types": ["@cloudflare/workers-types"]
|
|
},
|
|
"include": ["src/worker/**/*.ts"],
|
|
"exclude": []
|
|
}
|