diff options
author | Thomas F. K. Jorna <[email protected]> | 2022-01-29 15:31:51 +0100 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2022-01-29 15:31:51 +0100 |
commit | c475122f76370718dc5fdcb18006c1921d9a58e8 (patch) | |
tree | 2795f63483f9970637ace195d16c941460ceffe5 /tsconfig.json | |
parent | bb7036f4cfd279de388e9850b452b252fefb8e5b (diff) |
feat(preview): remove heading if heading is title
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
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"] |