{ // This file is not used in compilation. It is here just for a nice editor experience. "compilerOptions": { "allowJs": true, "esModuleInterop": true, "jsx": "react", "lib": ["DOM"], "noEmit": true, "noImplicitAny": false }, "include": ["src/"] }