Skip to content

Commit 3b65a0d

Browse files
committed
Fix build error.
1 parent 5248f5c commit 3b65a0d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

@shanzhai/es5-type-script-compiler-options-plugin/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const es5TypeScriptCompilerOptionsPlugin: Plugin<{
6262
noStrictGenericChecks: false,
6363
noUnusedLocals: true,
6464
noUnusedParameters: true,
65-
noImplicitUseStrict: true,
65+
//noImplicitUseStrict: true,
6666
noPropertyAccessFromIndexSignature: true,
6767
assumeChangesOnlyAffectDirectDependencies: false,
6868
noLib: false,

@shanzhai/es5-type-script-compiler-options-plugin/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

@shanzhai/es5-type-script-compiler-options-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shanzhai/es5-type-script-compiler-options-plugin",
33
"description": "A Shanzhai plugin which loads a set of TypeScript compiler options for ES5.",
4-
"version": "0.0.17",
4+
"version": "0.0.18",
55
"engines": {
66
"node": ">=17.6.0"
77
},

@shanzhai/es5-type-script-compiler-options-plugin/unit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ describe(`es5-type-script-compiler-options-plugin`, () => {
7878
noStrictGenericChecks: false,
7979
noUnusedLocals: true,
8080
noUnusedParameters: true,
81-
noImplicitUseStrict: true,
81+
//noImplicitUseStrict: true,
8282
noPropertyAccessFromIndexSignature: true,
8383
assumeChangesOnlyAffectDirectDependencies: false,
8484
noLib: false,

0 commit comments

Comments
 (0)