@specprotected/spec-proxy-fastly-worker
Version:
Spec Proxy implementation for Fastly Compute@Edge Workers
23 lines (22 loc) • 486 B
JSON
{
"compilerOptions": {
"declaration": true,
"esModuleInterop": true,
"lib": ["WebWorker", "ES6", "ES2018.Regexp"],
"module": "CommonJS",
"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"
]
}