diff --git a/tsconfig.js b/tsconfig.js index 3dfc7fc25..06c39616c 100644 --- a/tsconfig.js +++ b/tsconfig.js @@ -34,6 +34,7 @@ module.exports = { resolveJsonModule: true, isolatedModules: true, jsx: 'preserve', + incremental: true, paths: { '@lib/*': ['lib/*'], '@utils/*': ['utils/*'], diff --git a/tsconfig.json b/tsconfig.json index 0b71cd09b..340929669 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", + "incremental": true, "paths": { "@lib/*": ["lib/*"], "@utils/*": ["utils/*"],