summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2022-01-29 15:55:09 +0100
committerGitHub <[email protected]>2022-01-29 15:55:09 +0100
commit5a93993de3163fa88ce2a9d341371d62bc4e13d5 (patch)
tree86730114dde5d3bd872f088ead3d684fb50392cb /tsconfig.json
parentf1e1769d97e4f44d7336839db587b0acbb918d99 (diff)
parent7da981397e9f0700d39d144b2b2591c127f2786a (diff)
Merge pull request #208 from org-roam/fix/106
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
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"]