chore: move vant to packages folder (#9384)

This commit is contained in:
neverland
2021-09-03 14:32:16 +08:00
committed by GitHub
parent 5a75326b65
commit c21324b256
1022 changed files with 150 additions and 164 deletions
-18
View File
@@ -1,18 +0,0 @@
{
"compilerOptions": {
"baseUrl": ".",
"jsx": "preserve",
"target": "ES2019",
"module": "ESNext",
"strict": true,
"allowJs": true,
"skipLibCheck": true,
"noImplicitThis": true,
"esModuleInterop": true,
"moduleResolution": "node",
"paths": {
"@demo/*": ["docs/site/*"]
}
},
"include": ["src/**/*", "types/**/*", "docs/**/*", "test/**/*"]
}