fix(tsconfig): fix ts compile error (#3747)

This commit is contained in:
rex 2020-11-11 11:39:41 +08:00 committed by GitHub
parent 101e0f463b
commit 402f4873f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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