Skip to content

Commit

Permalink
fix(sync): configuration generation error in tsconfig.json (#40)
Browse files Browse the repository at this point in the history
* fix: configuration generation error in tsconfig.json

* Update src/sync/write_types.ts

---------

Co-authored-by: 张建华(zhangjh) <xxx>
Co-authored-by: chencheng (云谦) <[email protected]>
  • Loading branch information
Jokergga and sorrycc authored Nov 13, 2024
1 parent 9fcac63 commit 6e7ffd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync/write_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function writeTypes({ context }: SyncOptions) {
"module": "esnext",
"moduleResolution": "bundler",
"noEmit": true,
"s": true,
"strictNullChecks": true,
"target": "esnext"
},
"include": [
Expand Down

0 comments on commit 6e7ffd7

Please sign in to comment.