{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "lib": [ "ESNext" ], "module": "ESNext", "jsx": "react", "moduleResolution": "node", "target": "ESNext", "strict": true, "esModuleInterop": true, "allowJs": true, "noImplicitAny": false, "noEmit": true }, "include": [ "src" ] }