{
"files": [
"src/router/index2.ts"
],
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"skipLibCheck": true,
"declarationDir": "./connectRouter/@types"
},
"exclude": [
"src/router/index.ts"
]
}