mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-25 22:02:57 +08:00
9 lines
163 B
JSON
9 lines
163 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"noImplicitThis": true
|
|
},
|
|
"include": ["src/**/*", "docs/**/*", "test/**/*"]
|
|
}
|