We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82789b commit 602a2cfCopy full SHA for 602a2cf
packages/header-change-detection/project.json
@@ -9,7 +9,8 @@
9
"options": {
10
"main": "packages/header-change-detection/index.ts",
11
"outputPath": "dist/header-change-detection",
12
- "tsConfig": "packages/header-change-detection/tsconfig.app.json"
+ "tsConfig": "packages/header-change-detection/tsconfig.app.json",
13
+ "assets": ["packages/header-change-detection/lib/lambda/**"]
14
},
15
"dependsOn": ["merge-gitignore"]
16
packages/header-change-detection/tsconfig.app.json
@@ -5,6 +5,6 @@
5
"module": "commonjs",
6
"types": ["node"]
7
8
- "exclude": ["./jest.config.ts"],
+ "exclude": ["./jest.config.ts", "lib/lambda/**/*.ts"],
"include": ["lib/**/*.ts", "index.ts"]
}
0 commit comments