mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(tsconfig): fix ts compile error (#3747)
This commit is contained in:
parent
101e0f463b
commit
402f4873f0
@ -8,7 +8,7 @@
|
|||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"lib": ["ES6"],
|
"lib": ["ESNext"],
|
||||||
"types": ["miniprogram-api-typings"],
|
"types": ["miniprogram-api-typings"],
|
||||||
"paths": {
|
"paths": {
|
||||||
"definitions/*": ["./packages/definitions/*"],
|
"definitions/*": ["./packages/definitions/*"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user