mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
20 lines
413 B
JSON
20 lines
413 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es6",
|
|
"esModuleInterop": true,
|
|
"target": "es6",
|
|
"declaration": true,
|
|
"noImplicitAny": false,
|
|
"outDir": "dist",
|
|
"baseUrl": ".",
|
|
"strict": true,
|
|
"lib": ["ESNext"],
|
|
"types": ["miniprogram-api-typings"],
|
|
"paths": {
|
|
"definitions/*": ["./packages/definitions/*"]
|
|
},
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["packages/**/*"]
|
|
}
|