diff --git a/eslint.config.mjs b/eslint.config.mjs index e9c0c3a..9bc3f8d 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -20,6 +20,7 @@ export default [ 'public', '.storybook', 'storybook-static', + 'eslint.config.mjs', '**/docs/**/*.js', ], }, diff --git a/package.json b/package.json index b564145..0732a4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xylabs/sdk-api-express-ecs", - "version": "2.0.4", + "version": "2.1.0", "description": "SDK for base code for Api repos that use express and deploy on AWS ECS", "keywords": [ "xylabs", diff --git a/tsconfig.json b/tsconfig.json index cf0b7e4..fb8cc78 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,4 @@ { - "compilerOptions": { - "emitDecoratorMetadata": true, - "experimentalDecorators": true, - "typeRoots": [] - }, - "exclude": ["./node_modules", "./**/node_modules", "./dist", "./**/dist", "./**/docs", ".*"], + "exclude": ["dist", "./dist", "./**/dist", "./**/docs", ".*"], "extends": "@xylabs/tsconfig" }