vue-componentes/tsconfig.build.json

11 lines
239 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"declaration": true,
"emitDeclarationOnly": true,
"declarationDir": "./dist/types"
},
"include": ["src"],
"exclude": ["src/playground/**/*"]
}