mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Sets up apps/remotion with a 5-second 1080p intro video featuring the Fabro symbol, logotype, and tagline animated over the brand navy background. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
280 B
JSON
13 lines
280 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"moduleResolution": "bundler",
|
|
"jsx": "react-jsx",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": ["src"]
|
|
}
|