UNPKG

@specprotected/spec-proxy-cloudflare-worker

Version:

Spec Proxy implementation for Cloudflare Edge Workers

21 lines (20 loc) 478 B
{ "compilerOptions": { "declaration": true, "esModuleInterop": true, "lib": ["WebWorker", "ES6", "ES2018.Regexp"], "module": "nodenext", "noImplicitAny": true, "noUnusedLocals": true, "outDir": "./dist", "removeComments": true, "rootDir": ".", "preserveConstEnums": true, "sourceMap": true, "skipLibCheck": true, "strict": true, "target": "ES6", "typeRoots": ["./node_modules/@types"] }, "files": ["index.ts"] }