'admin-21.04.19:修改tsconfig.json,防止开发环境编译器报红问题'

This commit is contained in:
lyt 2021-04-19 13:03:36 +08:00
parent 1fe01e62a4
commit ea60dd9d93

View File

@ -68,6 +68,5 @@
/* Advanced Options */ /* Advanced Options */
"skipLibCheck": true /* Skip type checking of declaration files. */, "skipLibCheck": true /* Skip type checking of declaration files. */,
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
}, }
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
} }