From 6e7ffd75436474295596aabb9191fb791565e560 Mon Sep 17 00:00:00 2001 From: Jinx <61403813+Jokergga@users.noreply.github.com> Date: Wed, 13 Nov 2024 23:15:47 +0800 Subject: [PATCH] fix(sync): configuration generation error in tsconfig.json (#40) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: configuration generation error in tsconfig.json * Update src/sync/write_types.ts --------- Co-authored-by: 张建华(zhangjh) Co-authored-by: chencheng (云谦) --- src/sync/write_types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sync/write_types.ts b/src/sync/write_types.ts index b6eddb2..f390f0a 100644 --- a/src/sync/write_types.ts +++ b/src/sync/write_types.ts @@ -40,7 +40,7 @@ export function writeTypes({ context }: SyncOptions) { "module": "esnext", "moduleResolution": "bundler", "noEmit": true, - "s": true, + "strictNullChecks": true, "target": "esnext" }, "include": [