build(tsconfig): close strict mode

This commit is contained in:
zhongnan 2020-08-27 10:08:12 +08:00
parent 8b1f28db6a
commit e5cb33d392

View File

@ -7,7 +7,7 @@
"noImplicitAny": false,
"outDir": "dist",
"baseUrl": ".",
"strict": true,
"strict": false,
"types": ["miniprogram-api-typings"],
"paths": {
"definitions/*": ["./packages/definitions/*"],