Files
rehost-renderer/tsconfig.json

13 lines
234 B
JSON
Raw Permalink Normal View History

2025-10-17 17:02:59 -04:00
{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"esModuleInterop": true,
"target": "esnext",
"moduleResolution": "node",
"noEmit": true,
"skipLibCheck": true
},
"include": ["./src/**/*"]
}