Skip to content

Commit

Permalink
🔧 Tweak tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thorpelawrence committed Jan 10, 2021
1 parent 4fa4454 commit fa61207
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cribadvisor/aws-param-cache",
"version": "2.0.0",
"version": "2.1.0",
"description": "Cache un/encrypted expiring values as AWS SSM parameters with a TTL",
"main": "dist/index.js",
"types": "dist",
Expand Down
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es6",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
Expand All @@ -9,5 +9,7 @@
"rootDir": "src",
"outDir": "dist",
"declaration": true,
"strictNullChecks": true,
"strictPropertyInitialization": true
},
}

0 comments on commit fa61207

Please sign in to comment.