mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: compile vendor folder in non-strict mode (#8311)
This commit is contained in:
parent
baa017db92
commit
ba6ee61b1d
3
vendor/tsconfig.cjs.json
vendored
3
vendor/tsconfig.cjs.json
vendored
@ -6,6 +6,7 @@
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"outDir": "../lib/cjs/vendor",
|
||||
"module": "CommonJS"
|
||||
"module": "CommonJS",
|
||||
"strict": false
|
||||
}
|
||||
}
|
||||
|
3
vendor/tsconfig.esm.json
vendored
3
vendor/tsconfig.esm.json
vendored
@ -6,6 +6,7 @@
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"outDir": "../lib/esm/vendor",
|
||||
"module": "esnext"
|
||||
"module": "esnext",
|
||||
"strict": false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user