We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1caa15 commit 4c288feCopy full SHA for 4c288fe
lib/Module.js
@@ -153,7 +153,7 @@ class Module extends DependenciesBlock {
153
this._errors = undefined;
154
/** @type {BuildMeta} */
155
this.buildMeta = undefined;
156
- /** @type {object} */
+ /** @type {Record<string, any>} */
157
this.buildInfo = undefined;
158
/** @type {Dependency[] | undefined} */
159
this.presentationalDependencies = undefined;
tsconfig.types.json
@@ -6,7 +6,7 @@
6
"allowJs": true,
7
"checkJs": true,
8
"noEmit": true,
9
- "strict": false,
+ "strict": true,
10
"noImplicitThis": true,
11
"alwaysStrict": true,
12
"types": ["node"],
0 commit comments