mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-06-28 07:09:16 +08:00
14 lines
251 B
JSON
14 lines
251 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"target": "es6",
|
|
"noImplicitThis": true,
|
|
"noImplicitUseStrict": true,
|
|
"typeRoots": ["./node_modules/miniprogram-api-typings"]
|
|
},
|
|
"include": [
|
|
"types/**/*",
|
|
"packages/**/*"
|
|
]
|
|
}
|