fix: tsconfig.json check problem

This commit is contained in:
xiaoxian521 2021-08-19 11:13:14 +08:00
parent 1abb6e466f
commit a64b236707
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ export default defineComponent({
position: absolute; position: absolute;
right: 20px; right: 20px;
background: hsla(0, 0%, 100%, 0.8); 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 { .iconfont {
font-size: 25px; font-size: 25px;

View File

@ -14,7 +14,7 @@
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"sourceMap": true, "sourceMap": true,
"baseUrl": ".", "baseUrl": ".",
"allowJs": true, "allowJs": false,
"resolveJsonModule": true, // json "resolveJsonModule": true, // json
"lib": ["dom", "esnext"], "lib": ["dom", "esnext"],
"incremental": true, "incremental": true,