Files
vibe-motion/tsconfig.json
2026-04-25 23:10:25 +08:00

16 lines
370 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist",
"rootDir": "."
},
"include": ["src/**/*.ts", "src/**/*.tsx", "remotion.config.ts"]
}