Browse Source

🐲: optimize the configuration of tsconfigo

pull/7368/head
chenshuai2144 6 years ago
parent
commit
7eec4d0fab
  1. 12
      tsconfig.json

12
tsconfig.json

@ -22,5 +22,17 @@
"@@/*": ["./src/.umi/*"] "@@/*": ["./src/.umi/*"]
} }
}, },
"include": [
"src/**/*",
"tests/**/*",
"test/**/*",
"__test__/**/*",
"typings/**/*",
"config/**/*",
".eslintrc.js",
".stylelintrc.js",
".prettierrc.js",
"jest.config.js"
],
"exclude": ["node_modules", "build", "dist", "scripts", "src/.umi/*", "webpack", "jest"] "exclude": ["node_modules", "build", "dist", "scripts", "src/.umi/*", "webpack", "jest"]
} }

Loading…
Cancel
Save