From c475122f76370718dc5fdcb18006c1921d9a58e8 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 29 Jan 2022 15:31:51 +0100 Subject: feat(preview): remove heading if heading is title --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 4fa631c..99710e8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,8 @@ "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, - "jsx": "preserve" + "jsx": "preserve", + "incremental": true }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], "exclude": ["node_modules"] -- cgit v1.2.3