{ "compilerOptions": { "lib": ["ESNext", "DOM"], "target": "ESNext", "module": "ESNext", "moduleDetection": "force", "jsx": "react", "jsxFactory": "elements.createElement", "jsxFragmentFactory": "elements.Fragment", "allowJs": true, "moduleResolution": "bundler", "allowImportingTsExtensions": true, "noEmit": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true } }