feat(videos): scaffold Remotion workspace with React 18 and Tailwind v3

This commit is contained in:
SnapOtter
2026-05-08 16:06:46 +08:00
parent 755bbd83bf
commit ddcead66fb
9 changed files with 3123 additions and 36 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"jsx": "react-jsx",
"noEmit": true,
"lib": ["ES2022", "DOM"],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.tsx", "remotion.config.ts"]
}