Setting the file. One moment.
Skill 32 · Remotion To Hyperframes
Subchapter 32.45
Scripts
Gitkeepscriptsassets/test-corpus/tier-2-multi-scene/remotion-src/tsconfig.json
JSON15 lines337 B
{
"compilerOptions": {
"target": "ES2018",
"module": "ESNext",
"jsx": "react-jsx",
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"isolatedModules": true
},
"include": ["src"]
}