Skip to content

Commit

Permalink
🐛 build: 修正构建配置问题
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Mar 18, 2021
1 parent 91fa665 commit 4a7cdc8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/mindflow/tsconfig.json
Expand Up @@ -4,10 +4,12 @@
"declaration": true,
"jsx": "react-jsx",
"skipLibCheck": true,
/* babel 输出类型 */
"moduleResolution": "Node",
"target": "ESNext",
"module": "ESNext",
/* 模块导入配置项 */
"esModuleInterop": true,

"lib": ["DOM", "ES2020"]
},
"include": ["src", "tests", "../../typings.d.ts"]
"types": ["../../types", "@types/jest"]
}
}

1 comment on commit 4a7cdc8

@vercel
Copy link

@vercel vercel bot commented on 4a7cdc8 Mar 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.