mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-05-28 01:09:16 +08:00
build(tsconfig): close strict mode
This commit is contained in:
parent
8b1f28db6a
commit
e5cb33d392
@ -7,7 +7,7 @@
|
||||
"noImplicitAny": false,
|
||||
"outDir": "dist",
|
||||
"baseUrl": ".",
|
||||
"strict": true,
|
||||
"strict": false,
|
||||
"types": ["miniprogram-api-typings"],
|
||||
"paths": {
|
||||
"definitions/*": ["./packages/definitions/*"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user