Ver Fonte

feat: 项目结构调整

周玉环 há 1 semana atrás
pai
commit
535c42c884
2 ficheiros alterados com 2 adições e 2 exclusões
  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,