Skip to content

Commit

Permalink
fix: update tsconfig and package.json to fix published files
Browse files Browse the repository at this point in the history
  • Loading branch information
cassels committed May 4, 2020
1 parent a0d5649 commit bf919b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"url": "https://github.com/cassels/dotpref.git"
},
"files": [
"lib",
"yarn.lock"
"lib"
]
}
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"compilerOptions": {
"lib": ["ES2017"],
"module": "CommonJS",
"target": "ES2017",
"declaration": true,
"target": "ES5",
"lib": ["ES5", "ES6"],
"noUnusedLocals": false,
"module": "CommonJS",
"noImplicitAny": true,
"removeComments": true,
"moduleResolution": "Node",
Expand Down

0 comments on commit bf919b0

Please sign in to comment.