diff --git a/package-lock.json b/package-lock.json index c52a6b0..e69a079 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,10 +21,6 @@ "nyc": "^15.1.0", "ts-mocha": "^9.0.2", "typescript": "^4.5.5" - }, - "engines": { - "node": "14.17", - "npm": "6" } }, "node_modules/@ampproject/remapping": { diff --git a/tsconfig.json b/tsconfig.json index b9d5e98..45eddb6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,20 +3,19 @@ "lib": [ "es2019" ], - "target": "es2020", + "target": "es2019", "module": "CommonJS", "moduleResolution": "Node", "outDir": "./lib", - "rootDir": "src", + "rootDir": "./src", + "composite": true, "esModuleInterop": true, - "emitDecoratorMetadata": true, - "experimentalDecorators": true, "sourceMap": false, "allowSyntheticDefaultImports": true, "declaration": true }, "include": [ - "src/**/*" + "src/*" ], "exclude": [ "node_modules",