Files
vant/tsconfig.declaration.json
T

11 lines
235 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"skipLibCheck": true,
"declarationDir": "./types"
},
"include": ["src/**/*"],
"exclude": ["**/demo/**", "**/test/**", "**/node_modules"]
}