Skip to content

Commit

Permalink
fix: missing skipLibCheck option was causing docs script to exit
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjei committed May 15, 2023
1 parent 846053f commit 7433e38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/phase2cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"target": "es2020",
"module": "ESNext",
"moduleResolution": "Node16",
"skipLibCheck": true,
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*", "rollup.config.ts"]
Expand Down

0 comments on commit 7433e38

Please sign in to comment.