Skip to content

Commit

Permalink
Edit schemas/WebpackOptions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 committed Jun 6, 2023
1 parent 03fd7dc commit 15deec4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions schemas/WebpackOptions.json
Expand Up @@ -2628,6 +2628,9 @@
{
"instanceof": "Function",
"tsType": "((chunk: import('../lib/Chunk')) => boolean)"
},
{
"instanceof": "RegExp"
}
]
},
Expand Down Expand Up @@ -2875,6 +2878,9 @@
{
"instanceof": "Function",
"tsType": "((chunk: import('../lib/Chunk')) => boolean)"
},
{
"instanceof": "RegExp"
}
]
},
Expand Down Expand Up @@ -2914,6 +2920,9 @@
{
"instanceof": "Function",
"tsType": "((chunk: import('../lib/Chunk')) => boolean)"
},
{
"instanceof": "RegExp"
}
]
},
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -10,7 +10,8 @@
"noImplicitThis": true,
"alwaysStrict": true,
"types": ["node"],
"esModuleInterop": true
"esModuleInterop": true,
"skipLibCheck": true,
},
"include": [
"declarations.d.ts",
Expand Down

0 comments on commit 15deec4

Please sign in to comment.