12 lines
273 B
JSON
12 lines
273 B
JSON
|
{
|
||
|
"extends": "../../config/tsconfig.base.json",
|
||
|
"include": ["src"],
|
||
|
"exclude": ["node_modules", "dist", ".tsbuild*"],
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true,
|
||
|
"emitDeclarationOnly": false,
|
||
|
"types": ["@cloudflare/workers-types", "@types/node"]
|
||
|
},
|
||
|
"references": []
|
||
|
}
|