diff --git a/package.json b/package.json index 12043dbe..dbd1a9b5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,6 @@ "url": "https://github.com/cassels/dotpref.git" }, "files": [ - "lib", - "yarn.lock" + "lib" ] } diff --git a/tsconfig.json b/tsconfig.json index 9a75c654..7fe892ad 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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",