chore(film): scaffold remotion product-film project

This commit is contained in:
Satyam Rastogi
2026-05-30 00:57:12 +05:30
parent a15a77eb77
commit 0131424554
8 changed files with 4081 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "Bundler",
"jsx": "react-jsx",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"noEmit": true,
"lib": ["ES2020", "DOM"]
},
"include": ["src"]
}