{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "esModuleInterop": true, "strict": true, "skipLibCheck": true, "jsx": "react-jsx", "noEmit": true }, "include": ["app/**/*", "app.config.ts"] }