mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-04 07:27:41 +08:00
fix: tsconfig.json check problem
This commit is contained in:
parent
1abb6e466f
commit
a64b236707
@ -132,7 +132,7 @@ export default defineComponent({
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
background: hsla(0, 0%, 100%, 0.8);
|
||||
box-shadow: 0 1px 4px rgb(0 0 0);
|
||||
box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
|
||||
}
|
||||
.iconfont {
|
||||
font-size: 25px;
|
||||
|
@ -14,7 +14,7 @@
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"sourceMap": true,
|
||||
"baseUrl": ".",
|
||||
"allowJs": true,
|
||||
"allowJs": false,
|
||||
"resolveJsonModule": true, // 包含导入的模块。json的扩展
|
||||
"lib": ["dom", "esnext"],
|
||||
"incremental": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user