mirror of
https://github.com/youzan/vant.git
synced 2026-06-11 01:03:01 +08:00
9 lines
163 B
JSON
9 lines
163 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"noImplicitThis": true
|
|
},
|
|
"include": ["src/**/*", "docs/**/*", "test/**/*"]
|
|
}
|