{ "compilerOptions": { "target": "ES2021", "module": "Preserve", "moduleResolution": "Bundler", "jsx": "react-jsx", "strict": true, "noEmit": true, "lib": ["ES2021"], "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "noUnusedLocals": true }, "exclude": ["public", "remotion.config.ts"] }