mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
11 lines
235 B
JSON
11 lines
235 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"skipLibCheck": true,
|
|
"declarationDir": "./types"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["**/demo/**", "**/test/**", "**/node_modules"]
|
|
}
|