Remove marketing-videos Remotion project

The standalone Remotion video project is no longer needed in this repo.
Also updates local Claude Code settings with additional tool permissions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-02-07 00:03:49 -06:00
parent 46d37875e5
commit e6ed766ccd
74 changed files with 6 additions and 24816 deletions

View File

@@ -1,23 +0,0 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"declaration": true,
"declarationMap": true,
"noEmit": true,
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*", "remotion.config.ts"],
"exclude": ["node_modules", "out"]
}