Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-13 09:26:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f20deb7ca36796ec5203e81625fb8501d44bfa7e
f20deb7c
1 parent
15541271
馃敡 build: 鏇存柊TS閰嶇疆锛岃鑳藉鐩存帴杩愯ts鏂囦欢
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
package.json
tsconfig.json
yarn.lock
package.json
View file @
f20deb7
...
...
@@ -23,6 +23,7 @@
"lodash"
:
"^4.17.21"
,
"moment"
:
"^2.29.3"
,
"mui-player"
:
"^1.6.0"
,
"typescript"
:
"^4.7.3"
,
"uuid"
:
"^8.3.2"
,
"vant"
:
"^4.0.0-alpha.3"
,
"vconsole"
:
"^3.14.6"
,
...
...
tsconfig.json
View file @
f20deb7
...
...
@@ -2,7 +2,7 @@
"compilerOptions"
:
{
"outDir"
:
"./"
,
"target"
:
"esnext"
,
"module"
:
"
esnext
"
,
"module"
:
"
CommonJS
"
,
"strict"
:
true
,
"jsx"
:
"preserve"
,
"importHelpers"
:
true
,
...
...
@@ -10,7 +10,7 @@
"esModuleInterop"
:
true
,
"allowSyntheticDefaultImports"
:
true
,
"sourceMap"
:
true
,
"isolatedModules"
:
tru
e
,
"isolatedModules"
:
fals
e
,
"baseUrl"
:
"."
,
"allowJs"
:
true
,
//
"checkJs"
:
true
,
...
...
@@ -19,6 +19,8 @@
"vite/client"
,
"lodash"
,
"moment"
,
"node"
,
"jquery"
,
],
"paths"
:
{
"@/*"
:
[
...
...
@@ -37,7 +39,7 @@
"src/**/*.tsx"
,
"src/**/*.vue"
,
"tests/**/*.ts"
,
"tests/**/*.tsx"
,
"tests/**/*.tsx"
,
"src/views/test/test.js"
,
],
"exclude"
:
[
"node_modules"
,
...
...
yarn.lock
View file @
f20deb7
...
...
@@ -2719,6 +2719,11 @@ type-fest@^0.21.3:
resolved "http://mirrors.tencent.com/npm/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
typescript@^4.7.3:
version "4.7.3"
resolved "https://mirrors.cloud.tencent.com/npm/typescript/-/typescript-4.7.3.tgz#8364b502d5257b540f9de4c40be84c98e23a129d"
integrity sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==
universalify@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz"
...
...
Please
register
or
login
to post a comment