mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
13 lines
190 B
JSON
13 lines
190 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"target": "es6",
|
|
"noImplicitThis": true,
|
|
"noImplicitUseStrict": true
|
|
},
|
|
"include": [
|
|
"types/**/*",
|
|
"packages/**/*"
|
|
]
|
|
}
|