mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
16 lines
292 B
JSON
16 lines
292 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationDir": ".",
|
|
"emitDeclarationOnly": true
|
|
},
|
|
"include": ["es/**/*", "lib/**/*"],
|
|
"exclude": [
|
|
"**/node_modules",
|
|
"**/test/**/*",
|
|
"**/demo/**/*",
|
|
"**/vue-lazyload/*"
|
|
]
|
|
}
|