We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d18b4d commit 11268c4Copy full SHA for 11268c4
packages/jsii/lib/compiler.ts
@@ -28,7 +28,7 @@ const COMPILER_OPTIONS: ts.CompilerOptions = {
28
resolveJsonModule: true,
29
strict: true,
30
strictNullChecks: true,
31
- strictPropertyInitialization: false,
+ strictPropertyInitialization: true,
32
stripInternal: true,
33
target: ts.ScriptTarget.ES2017
34
};
0 commit comments