9 lines
157 B
JSON
9 lines
157 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "dist",
|
||
|
"types": ["@cloudflare/workers-types"]
|
||
|
},
|
||
|
"references": []
|
||
|
}
|