build: add declaration tsconfig (#8194)

This commit is contained in:
neverland 2021-02-22 20:10:21 +08:00 committed by GitHub
parent 4c0120a183
commit 94dcf6964a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 4 deletions

10
tsconfig.declaration.json Normal file
View File

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

View File

@ -6,7 +6,6 @@
"module": "esnext",
"strict": true,
"allowJs": true,
"noEmit": true,
"noImplicitThis": true,
"esModuleInterop": true,
"moduleResolution": "node",

View File

@ -10611,9 +10611,9 @@ vue-loader@^16.1.2:
loader-utils "^2.0.0"
vue-router@^4.0.0:
version "4.0.1"
resolved "https://registry.npm.taobao.org/vue-router/download/vue-router-4.0.1.tgz?cache=0&sync_timestamp=1607347284428&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-router%2Fdownload%2Fvue-router-4.0.1.tgz#309240e50524b1e7d4e82e27f0a0fa25fe3d1d71"
integrity sha1-MJJA5QUksefU6C4n8KD6Jf49HXE=
version "4.0.4"
resolved "https://registry.npm.taobao.org/vue-router/download/vue-router-4.0.4.tgz?cache=0&sync_timestamp=1613740744184&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-router%2Fdownload%2Fvue-router-4.0.4.tgz#ad9b4b7bbdad622407b4ff189b1646f48c1e9053"
integrity sha1-rZtLe72tYiQHtP8YmxZG9IwekFM=
vue@3.0.5:
version "3.0.5"