Commit 58976512 by liguokang

feat: 🎨

parent 390a9e0b
......@@ -2,11 +2,11 @@
* @Author: liguokang
* @Date: 2021-07-14 20:38:28
* @LastEditors: liguokang
* @LastEditTime: 2021-07-15 10:25:01
* @Description:
* @LastEditTime: 2021-07-29 14:10:07
* @Description:
* @Copyrigh: ©2021 杭州杰竞科技有限公司 版权所有
*/
// http://eslint.org/docs/user-guide/configuring
module.exports = {
......
......@@ -3,13 +3,11 @@
* @Date: 2021-07-14 20:36:28
* @LastEditors: liguokang
* @LastEditTime: 2021-07-15 10:52:33
* @Description:
* @Description:
* @Copyrigh: ©2021 杭州杰竞科技有限公司 版权所有
-->
## 启动
```bash
npm run dev
......@@ -23,4 +21,4 @@ https://www.nextjs.cn/docs
## 注意
模板暂不完整,无法启动
\ No newline at end of file
模板暂不完整,无法启动
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
......@@ -18,13 +14,6 @@
"isolatedModules": true,
"jsx": "preserve"
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
"pages/index.jsx"
, "pages/company-profile.jsx", "pages/honorary-certificate.jsx", "pages/about.jsx", "pages/new-dynamic.jsx", "pages/wheat-system.jsx", "components/Footer.tsx", "components/SiderBar.jsx", "components/CarouselArea.jsx", "data-source/join-us/request-apisjts" ],
"exclude": [
"node_modules"
]
}
\ No newline at end of file
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment