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": {
|
"compilerOptions": {
|
||||||
"composite": true,
|
"composite": true,
|
||||||
"outDir": "../lib/cjs/vendor",
|
"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": {
|
"compilerOptions": {
|
||||||
"composite": true,
|
"composite": true,
|
||||||
"outDir": "../lib/esm/vendor",
|
"outDir": "../lib/esm/vendor",
|
||||||
"module": "esnext"
|
"module": "esnext",
|
||||||
|
"strict": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user