Skip to content

Commit

Permalink
build: 修改ts编译配置
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Oct 15, 2023
1 parent fe214ea commit d0c85f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/main/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "node16",
"module": "Node16",
"moduleResolution": "Node16",
"rootDir": "./src",
"skipLibCheck": true
},
Expand Down

0 comments on commit d0c85f8

Please sign in to comment.