koa-csp
Version:
Used to set respose header: Content-Security-Policy
17 lines (16 loc) • 434 B
JSON
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../dist/cjs",
"module": "CommonJS",
"target": "esnext",
"preserveWatchOutput": true,
"resolveJsonModule": false,
"plugins": [
{ "transform": "typescript-transform-paths" },
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
]
},
"include": ["../src/**/*.ts"],
"exclude": ["../src/**/*.spec.ts"]
}