Parcourir la source

feat: 项目结构调整

周玉环 il y a 1 semaine
Parent
commit
535c42c884
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 1
      xinkeaboard-seller/.gitignore
  2. 0 1
      xinkeaboard-seller/tsconfig.json

+ 2 - 1
xinkeaboard-seller/.gitignore

@@ -3,4 +3,5 @@ dist
 .temp
 node_modules
 dist
-src/pages/.umi/
+src/pages/.umi/
+/.DS_Store

+ 0 - 1
xinkeaboard-seller/tsconfig.json

@@ -12,7 +12,6 @@
     "rootDirs": ["/src", "/test", "/mock","./typings"],
     "forceConsistentCasingInFileNames": true,
     "noImplicitReturns": true,
-    "suppressImplicitAnyIndexErrors": true,
     "noUnusedLocals": true,
     "allowJs": true,
     "experimentalDecorators": true,