MES手机端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
409 B

  1. {
  2. "extends": "@vue/tsconfig/tsconfig.json",
  3. "compilerOptions": {
  4. "sourceMap": true,
  5. "baseUrl": ".",
  6. "allowJs": true,
  7. "paths": {
  8. "@/*": ["./src/*"]
  9. },
  10. "preserveValueImports": false,
  11. "importsNotUsedAsValues": "remove",
  12. "verbatimModuleSyntax": true,
  13. "lib": ["ESNext", "Dom", "DOM.Iterable"],
  14. "types": ["@dcloudio/types", "@tuniao/tnui-vue3-uniapp/global"]
  15. }
  16. }