Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <[email protected]>
  • Loading branch information
github-actions committed Dec 21, 2023
1 parent 7c1eb6d commit 6ac2295
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
"inlineSourceMap": true,
"inlineSources": true,
"alwaysStrict": true,
"charset": "utf8",
"declaration": true,
"experimentalDecorators": true,
"incremental": true,
"lib": [
"es2020"
],
"module": "CommonJS",
"newLine": "lf",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
Expand All @@ -36,7 +34,8 @@
"src/**/*.ts"
],
"exclude": [
"node_modules"
"node_modules",
"/home/runner/work/cdk-watchful/cdk-watchful/lib/.types-compat"
],
"_generated_by_jsii_": "Generated by jsii - safe to delete, and ideally should be in .gitignore"
}
}

0 comments on commit 6ac2295

Please sign in to comment.