Files
2026-09-15 04:08:55 -04:00

17 lines
368 B
JSON

{
"compilerOptions": {
"target": "ES2018",
"module": "Preserve",
"moduleResolution": "Bundler",
"jsx": "react-jsx",
"strict": true,
"noEmit": true,
"lib": ["es2015"],
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noUnusedLocals": true
},
"exclude": ["remotion.config.ts"]
}