Skip to content

Commit bc06602

Browse files
committed
Don't compile some other things
1 parent 830c137 commit bc06602

File tree

4 files changed

+8
-32
lines changed

4 files changed

+8
-32
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
import { makeConfig } from '@aws-cdk/eslint-config';
22

3-
// We have 2 different projects in this directory with different sets of files.
43
export default makeConfig('tsconfig.json');

packages/aws-cdk-lib/scripts/scope-map.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,13 @@
554554
}
555555
]
556556
},
557+
"aws-devopsagent": {
558+
"scopes": [
559+
{
560+
"namespace": "AWS::DevOpsAgent"
561+
}
562+
]
563+
},
557564
"aws-devopsguru": {
558565
"scopes": [
559566
{

packages/aws-cdk-lib/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"node_modules",
3737
".types-compat",
3838
"**/test/**/docker-*-handler/*",
39+
"aws-lambda/test/layer-code/*",
3940
"**/*.d.ts"
4041
],
4142
"references": [

packages/aws-cdk-lib/tsconfig.options.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)