{ "compilerOptions": { "target": "esnext", "module": "esnext", "jsx": "react", "rootDir": "./src", "removeComments": true, "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitThis": true, "alwaysStrict": true, "moduleResolution": "node", "esModuleInterop": true } }