diff --git a/package.json b/package.json index a4768f6..a86b848 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/web": "0.0.166", "eslint": "8.56.0", "prettier": "3.3.3", - "typescript": "5.6.2" + "typescript": "5.5.4" }, "scripts": { "start": "remotion studio", diff --git a/tsconfig.json b/tsconfig.json index a1c86cd..9147c0c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,14 +4,14 @@ "module": "Preserve", "moduleResolution": "Bundler", "jsx": "react-jsx", - "outDir": "./dist", "strict": true, "noEmit": true, "lib": ["ES2021"], "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, - "noUnusedLocals": true + "noUnusedLocals": true, + "incremental": true }, "exclude": ["public", "remotion.config.ts"] }