@agiledigital/serverless-parameter-subscriber
Version:
serverless plugin to make allow Lambdas to included dynamically updated parameters from the paramter store.
37 lines (36 loc) • 635 B
JSON
{
"compilerOptions": {
"baseUrl": "./",
"lib": [
"es2017",
"esnext.asynciterable"
],
"module": "commonjs",
"moduleResolution": "node",
"noImplicitReturns": true,
"noUnusedLocals": true,
"outDir": ".build",
"paths": {
"test/*": [
"test/*"
],
"~/*": [
"lib/*"
]
},
"plugins": [
{
"configFile": "./tslint.json",
"name": "typescript-tslint-plugin"
}
],
"preserveConstEnums": true,
"sourceMap": true,
"strict": true,
"target": "es2017"
},
"include": [
"lib/**/*",
"test/**/*"
]
}